Memory Pool Memory Pool Refreshing

3,639 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,608 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (791,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,535 116,535 0000000000004a0646a4d85f7bd7ffa30eec7ddb200a41782e664adcd4a702d9 0.00 MB 12 1,071
116,534 116,534 000000000000cf7cfd08a8de8604fa4aa8fefaa044ddaa3dc4c45c89e7139f39 0.00 MB 11 670
116,533 116,533 0000000000002c34ef9a8f5e4673b28dcc57940810df98a7d1fb361fd69b6a30 0.01 MB 28 1,539
116,532 116,532 0000000000006ecca8ab240c89ac9970ebfd07ce3cae0bb3b3019f2147f0b898 0.00 MB 15 3,878
116,531 116,531 000000000000035223cb13dc1087cbe7e6c829ecce28f865244518013e7451df 0.00 MB 12 705
116,530 116,530 000000000000ea2ca199cafd1362ece59d7c6f3867b5e0d6f20c12af6752fb48 0.00 MB 11 0
116,529 116,529 00000000000015e8254b57a63a032a7915ffb05481a59da386c78b6f746a7913 0.01 MB 17 1,163
116,528 116,528 00000000000037071dbaf1fe06a1d79507012abf0c0a82ab64a7f7025007b346 0.00 MB 11 335
116,527 116,527 000000000000af7238dffc006e231dd89efb817567dbaee22f6fa80c422c5f78 0.00 MB 7 1,633
116,526 116,526 000000000000b5683e36409e6112b630c26e9ac3f062c4917d6b7762a39a25a1 0.00 MB 9 929
116,525 116,525 000000000000cbe515c4e5b809b211768e93d9e1ade187090d945d5f6169fd87 0.00 MB 11 344
116,524 116,524 0000000000000a6308b3214807bf8855a2aa222948150678032433bf02b63f47 0.00 MB 11 0
116,523 116,523 000000000000d9db5746ceae17a2e522b276d899fd1c12f48406d0ed8e376e21 0.00 MB 12 573
116,522 116,522 0000000000007090fa4b55c2cc357730bfea5df05c6e7e5a43ca433ed7bc7f1d 0.00 MB 10 672
116,521 116,521 0000000000004b06263ee7f3faac7083b5a078226def79a112965bdc8155d9f1 0.00 MB 12 1,208
116,520 116,520 0000000000003a082d03989e69bc43af6c5b39d014599dc272d12b5d5e635dfb 0.00 MB 11 0
116,519 116,519 0000000000002da705bf9ffab8a58ae702c1711f9eac6273bf8f053b0976f750 0.00 MB 6 1,194
116,518 116,518 000000000000691594584a8f971a89dde38605a4c3ed12d9dda30ac2630f7ffd 0.02 MB 11 178
116,517 116,517 00000000000052bc7f12a2417b027def452a492449b3443deeae97ed83358988 0.00 MB 8 0
116,516 116,516 000000000000db4b282f9ab529ae20da65df3ee10349504b16d5ee0d9e11190d 0.00 MB 5 1,032
116,515 116,515 0000000000005aefd7a6d63db41c0bca206239248e8875171ced6467cd9b869f 0.00 MB 8 1,022
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.