Memory Pool Memory Pool Refreshing

10,969 transactions
4.70 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,762 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (661,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,310 246,310 000000000000005d6ab7fcc3d9f070201fd2992ce8e1be1a7832fb307a8001a6 0.22 MB 467 115
246,309 246,309 0000000000000008af51d0a4636f7fdd871837e173312fd7e7d35f29eaf84ffc 0.13 MB 274 96
246,308 246,308 00000000000000918fffb3b7e1782f75b0c9b45f8e62200140f9dde768851942 0.03 MB 54 99
246,307 246,307 00000000000000556558e869a210e5a130517fc7efa6cb6fb800cd60dabc15aa 0.16 MB 305 100
246,306 246,306 000000000000003c557f35862d166fa34625c4dd48c55870e221f6268418fc13 0.21 MB 461 130
246,305 246,305 000000000000009bf2e7252b584cb957629632818ea9ff47dc7ce47c1af385c3 0.16 MB 304 113
246,304 246,304 0000000000000063f65b7975eb70fb03a7c9daac300a7889fcdc5ef0c1e10be4 0.00 MB 3 0
246,303 246,303 000000000000006b615cc1a779b491763cfdac65d38e188bc03f77ee62428d0d 0.08 MB 157 99
246,302 246,302 0000000000000098e37369ecf13986abd215297ac4a2045cf72951e4459b8f10 0.07 MB 161 182
246,301 246,301 0000000000000085d4b63505921e63be6b00365c10399d9a7c45c28cc7c183c8 0.26 MB 512 43
246,300 246,300 000000000000004816ac51825d4209c814fda76b5d05d2939216bcb9926793d5 0.01 MB 28 84
246,299 246,299 00000000000000a3ccbc4d3d1b16e1e7d064eb4d344b17d829ecccaa82ae1683 0.31 MB 568 109
246,298 246,298 00000000000000143824924a84fd7d839bbcc4b2b918a41fcf0ef43a96c16c4d 0.08 MB 102 58
246,297 246,297 000000000000000789be0a03a282c21d655309eb02209ba431f6573756bd991e 0.25 MB 564 151
246,296 246,296 0000000000000030b8b92063ca5b25e065a980912c8a93b7c5afb0594feb1047 0.09 MB 194 122
246,295 246,295 000000000000002f97c044a33134d79cfe7c3b8aff95156e73afbd4c7f8db6ee 0.04 MB 79 104
246,294 246,294 000000000000001fd6ddc2af6c1b3227ae525e17074d26e4a77b53480691c16a 0.00 MB 1 0
246,293 246,293 000000000000008b31adeef504cd1fb38373e7bfd6894ee132eb60caa387358f 0.03 MB 66 133
246,292 246,292 000000000000003e8095795cbc7ce25d87a89ee806433a60e9e3fa94880c785e 0.14 MB 223 54
246,291 246,291 0000000000000044432b5e444efafd11423f5286a443a5b03a7e32c5c16fa451 0.25 MB 411 119
246,290 246,290 0000000000000009f1d549b3850204997415feab785580613967c766843207fc 0.25 MB 636 149
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,625.07 GB sent, 93.02 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.