Memory Pool Memory Pool Refreshing

6,149 transactions
2.12 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,773 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (554,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,538 353,538 000000000000000008e36ff2317a999dbe2ee1b65ccf196be17597a21ddafc8b 0.75 MB 1,673 29
353,537 353,537 0000000000000000131bc9bfddf43240f6c6cabf5b245422e7e37159fe6b5b9c 0.17 MB 385 32
353,536 353,536 00000000000000000ffc39a89c59b8e0f36eabd97f14a4d53ad6c15a76af0c29 0.08 MB 115 7
353,535 353,535 0000000000000000108de7fcae4859de4f31cb685ac517d70d02091df0559c65 0.69 MB 1,486 42
353,534 353,534 000000000000000007f9ff5a76752fb49021ba82c6c2da7b32cbc421dfb9ba5f 0.29 MB 530 23
353,533 353,533 00000000000000000f8a10b23be8a23ea67a582870fc1b1d46c3c97538ef4ed6 0.17 MB 240 15
353,532 353,532 000000000000000007a0df73f2c25e22e2f14232fad05022198e102f8cd63bb0 0.20 MB 294 22
353,531 353,531 000000000000000008e9e143ba234b3e900d60d0950bca8d5b855ecb61ad1e03 0.28 MB 557 27
353,530 353,530 000000000000000010341315042a6a22c9f6a3bc4bcbec1aee95b2e4a21c5b97 0.66 MB 1,122 14
353,529 353,529 00000000000000001164e3e08fec1d302306bb351518c9d3239c889969d627a2 0.75 MB 383 11
353,528 353,528 000000000000000003a9ddb5ac3929b542571011cec3bda865a2e97c8c7190ff 0.75 MB 680 23
353,527 353,527 00000000000000000b24edc4531b214949c41e8ea313f0ff223475a691c5da82 0.75 MB 1,658 36
353,526 353,526 0000000000000000050948b5101927e76f92743afd0549eeeddcc1fe8db834cf 1.00 MB 817 17
353,525 353,525 000000000000000002a084293dec0b2fea5388ec8a9127f448220323fd4eb371 0.25 MB 414 26
353,524 353,524 000000000000000012e123bfb3c380391bee9266289476001b327176cff31291 1.00 MB 1,347 24
353,523 353,523 000000000000000005eb588a92330d2e71d9bbdadc116b4146cd46c39b934809 0.75 MB 1,446 28
353,522 353,522 000000000000000002767ada6369795b0c5ba3f68e4bbd2315a0db9b5f7f64bd 1.00 MB 2,041 33
353,521 353,521 000000000000000002e8a0731771aab2f9f78a327edf04fbf04f5b81c6a89751 1.00 MB 2,727 36
353,520 353,520 000000000000000008faf4b86687bf1a0de9fb9f47e312da0b0beb9c39674dd8 0.99 MB 1,959 27
353,519 353,519 000000000000000007e7db74e631ff30d460cb78ec796a3ba260a71248e33a47 0.58 MB 1,111 28
353,518 353,518 000000000000000000528ac100b8da4bef6d0b51e77a4eab4786ff3a765777d6 0.96 MB 500 11
Previous 10 blocks ↓
Total Size: 769.25 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.20 GB sent, 94.19 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.