Memory Pool Memory Pool Refreshing

7,125 transactions
2.11 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,571 (832,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,531 76,531 000000000009f94da24c337a8ac79972ad183856e3a112a8dd814ae9ca51d4fe 0.00 MB 2 0
76,530 76,530 000000000071343d8bf29e1e35aa894aea567b56a05c8e2fdf8aad5364318ac1 0.00 MB 3 0
76,529 76,529 00000000000fb36ee3fb5f5e11a69ad9f012f4b1c2de83fd808066b8577f28ce 0.00 MB 1 0
76,528 76,528 000000000051db36a12cd616375194f95917f09a9d4ad519f371b40786b9a5d6 0.00 MB 3 0
76,527 76,527 0000000000238e6a4b1649ccd0c22721d3b7f219b6e704027092d08bdeda4734 0.00 MB 1 0
76,526 76,526 000000000078069bb2f84f30feb4462b2c66627d5bcc4f526954cf729144953a 0.00 MB 2 0
76,525 76,525 000000000041d900c0c7b7b684a1a816a4a19b59332f227226f28a2856d64cc3 0.00 MB 3 0
76,524 76,524 000000000047b60c6d1b53a45806de58d836d9abe26a2aef9f10e52e6c8b7d94 0.00 MB 1 0
76,523 76,523 00000000001c7a48ee88c325209393db72eeee091aadc123b81a785fb04cb94c 0.00 MB 1 0
76,522 76,522 000000000067eaa4af1d89d643d5311382e467aa7545881072666a5910d77af1 0.00 MB 2 0
76,521 76,521 000000000028127725786e9b29c21e1a050b71d48e0320ede482c9d13da8159b 0.00 MB 4 0
76,520 76,520 000000000044418d13cd46292be35a1bc25354d86e43d7e8328f1bd821807aef 0.00 MB 2 0
76,519 76,519 000000000057c8bafd6f530b3767395447cf4d8f541d0d2a46afcc1e94ba008e 0.00 MB 1 0
76,518 76,518 000000000051ea2835f6812df62ba02d787ae9e29c3660b98a8cc6bbadd9fe5d 0.00 MB 1 0
76,517 76,517 00000000005f7f96463d6b846f417e70121a555cbfab937aefecf682f1a5e995 0.00 MB 9 0
76,516 76,516 000000000029fcff7fdb0a5989177b391e1fb447f4d21192a3e0ca9234532930 0.00 MB 3 0
76,515 76,515 00000000003fe6902054aa9dabe95c44066e42d3cf00c75a19811d967ffe8aac 0.00 MB 2 0
76,514 76,514 000000000049eb30a891cb0b2c07948818f0913d4cfc238896b9e2c6fe900d5e 0.00 MB 2 0
76,513 76,513 00000000007fe3bdb72668a4c4cc9c5a62d7f78cb633148a672d5e041322478f 0.00 MB 1 0
76,512 76,512 000000000071a3fc748a3c062e495363dbde2aef9f987faa6283350633838bea 0.00 MB 3 0
76,511 76,511 00000000006b293e4b917e856156a913df13d180aee5529fb1302edd3cb04007 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.10 GB sent, 100.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.