Memory Pool Memory Pool Refreshing

6,486 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,842 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,946 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (619,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,411 288,411 000000000000000108a1eec436687a1ce7801cfe83be376644e68d396049d997 0.35 MB 389 24
288,410 288,410 00000000000000010e8ad4e25d95909f3db3471ceeccba2c35ffd2d70bb137d0 0.07 MB 132 28
288,409 288,409 000000000000000028f69f5c751087cd39201b5d4b25c12a8f9c7b7d8ddd8a85 0.50 MB 794 27
288,408 288,408 0000000000000000fa8b76f22c35f9a0b44cfd24c5f97be3e25a6bd096f6a4be 0.25 MB 562 41
288,407 288,407 00000000000000009afc9c9be90b333cc6118b0c84d0910d69fa1449327ed73c 0.35 MB 808 40
288,406 288,406 00000000000000001bcbec1de9e0f6beb6891b71f299c03f5594f2bc6078366e 0.35 MB 765 37
288,405 288,405 0000000000000000aea6a8248de5b2394e0976652e5c3c417119263153a30b7b 0.10 MB 188 18
288,404 288,404 00000000000000002b94048daa26c64dd8edd9eca5c980efc5fd348c94c3a151 0.14 MB 253 27
288,403 288,403 00000000000000002e60917bfc9cda6c5db3b7b247db4f80bd3245f3e069cc54 0.86 MB 1,024 23
288,402 288,402 0000000000000000bebaa4c8a9b28b07f943622054981f566459cefb8557dbfa 0.06 MB 183 55
288,401 288,401 0000000000000000d8794082ac5df3a5de7570809b2465064ec151a58fdce149 0.50 MB 1,119 37
288,400 288,400 0000000000000000fb4a82b667cd4af4dafd995da2f587d8fe7e716c69c08bbd 0.13 MB 195 26
288,399 288,399 000000000000000086bcc55b09e34a76c997bebf6525e00e15735a366b332116 0.12 MB 251 34
288,398 288,398 0000000000000000c94046f8d42b0964fe35b3c50867bd3ff1da02cac23a8479 0.45 MB 767 31
288,397 288,397 0000000000000000b0b50c1a86c1bc6d43d978edc2f01d95176d380ae68de122 0.30 MB 339 21
288,396 288,396 0000000000000000106765ca8414d8b0a09b32d6664af8caa4ddbd9d23f4a91b 0.04 MB 120 38
288,395 288,395 00000000000000007ece311f07662a3d3a853adf39212641368c91ba4648bb41 0.72 MB 1,297 28
288,394 288,394 0000000000000000556b4c1b96131acfb458163f8da777169b06b0c3b92f2ecc 0.35 MB 520 65
288,393 288,393 000000000000000106ac4d1a5c0a7dbb7073fe96204e42978de19c3a25970ef7 0.46 MB 106 12
288,392 288,392 0000000000000000c2e0d986049b554bc3e1fcc752645b133989b7cec71369eb 0.50 MB 919 29
288,391 288,391 0000000000000000029d6144dbdf6ac2b6ddaf297f5669da62c6ad828fb17d8f 0.35 MB 496 60
Previous 10 blocks ↓
Total Size: 769.24 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,635.08 GB sent, 94.15 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.