Memory Pool Memory Pool Refreshing

13,590 transactions
4.30 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,800 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (600,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,540 307,540 0000000000000000097d6d750e3b51eb720c96e24cbf1b5b32cae531fa431bcd 0.11 MB 179 30
307,539 307,539 000000000000000007f0545c941aaf7b5e95518e3eca78fbbe869101875cf47e 0.24 MB 352 25
307,538 307,538 00000000000000000383f1c3e684f62e10473c01b38c2fb2d426d9fb04aef89b 0.13 MB 227 27
307,537 307,537 000000000000000046f58f563efb1d61092fb501eda9b3e41bb308ab4a19e34b 0.02 MB 29 25
307,536 307,536 000000000000000024f03943296b30680087710423512b9543924e0689464238 0.02 MB 32 26
307,535 307,535 00000000000000001bb7fcadc953910befabdeb6f1d7c01e72ee3df85401a27d 0.13 MB 216 23
307,534 307,534 0000000000000000041309cf7cc57a4ae1e859412cb9a9e409caa5df5aa3aa0d 0.29 MB 476 25
307,533 307,533 000000000000000017ab03b37c673809dc5b270413327baf10969e7266d7f0f1 0.19 MB 346 28
307,532 307,532 0000000000000000195e5caffbbdc1488aa7a0c70dc4970f56e71a5ea9ad6d26 0.56 MB 670 22
307,531 307,531 000000000000000041ea86d30208d102763ceb9a0d1f16f5a1b76df2dd90bc7c 0.08 MB 146 31
307,530 307,530 000000000000000020cb724c1212a23328b77e0389aad9ba2bcb644cf4013f72 0.06 MB 96 31
307,529 307,529 00000000000000001cdc6c885d7ff5a2df9465ee723452edf798d1fc9e0dafa4 0.11 MB 221 25
307,528 307,528 00000000000000004d1eb9e78b761a16a04f76ac9d43dcb2224ddbcd48485d73 0.02 MB 59 33
307,527 307,527 00000000000000004818f0dd56271a94400962a931bc37872d722e91ec3d5119 0.10 MB 134 23
307,526 307,526 000000000000000050b375e31dfa951c893a592a77f1f8aad42505a6a0e2b83f 0.04 MB 87 25
307,525 307,525 00000000000000000c4f6e6521039145adc30eaed496643c2a2aad16a40729dc 0.02 MB 67 23
307,524 307,524 000000000000000042d8e709587c99453a3f9a49428527e1b717699fd8384e1a 0.37 MB 519 25
307,523 307,523 00000000000000004740d3694045df018fc7c6f0c000e625315b03d06ce33f1e 0.36 MB 614 26
307,522 307,522 0000000000000000203525bf102146a1933c0aea43d7dadc6669c0b565fe409e 0.13 MB 172 23
307,521 307,521 00000000000000004c26e8ab7f70cc40b6518190fe183a2a18b768e296aa8d59 0.29 MB 427 24
307,520 307,520 0000000000000000517d88fc17066aae6fd798992ae1c4c875cc0627333d55ea 0.31 MB 246 18
Previous 10 blocks ↓
Total Size: 769.02 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,622.91 GB sent, 92.96 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.