Memory Pool Memory Pool Refreshing

5,006 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,739 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (180,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
727,403 727,403 00000000000000000008aeee34ecd5210bf380fd65bc57a65ba7527d5a229c0e 0.99 MB 921 3
727,402 727,402 0000000000000000000883ab8026765937b57251a89c852f199d1cd0a0fa566c 1.65 MB 2,134 2
727,401 727,401 00000000000000000006c7780c667aea909b24e2f101a3b280d6cf029b3f35fe 1.41 MB 2,149 7
727,400 727,400 00000000000000000005ba7072ac62e1298a5c12ceaef14f4dcfe0ee57fdb369 1.21 MB 940 6
727,399 727,399 000000000000000000008c7bfc662348ec7370c1d07966edcf584c91b6f93c9c 1.03 MB 154 4
727,398 727,398 00000000000000000005669efe9b94adc1288036264a4946c36388d46567d578 1.06 MB 441 5
727,397 727,397 000000000000000000085e0a505a6a88c46815c49ecd7b180bea23f09606e7b2 1.50 MB 2,063 10
727,396 727,396 000000000000000000012175992dfa5dadb564915287812082ec6ae9901a549f 1.05 MB 416 4
727,395 727,395 00000000000000000000739e74727078837e6699f905d71a17c3167fdce741d2 1.19 MB 677 6
727,394 727,394 0000000000000000000341a08adc88bea6534159e45c5d1cb782880ed86f775f 1.34 MB 1,617 6
727,393 727,393 00000000000000000002398a9526f59def0d73ddb16da653c8a095e06cd8231a 1.49 MB 2,625 10
727,392 727,392 000000000000000000042e4d9f3efc0cbef692a906c95c4ddbf62e8f1e44e075 1.49 MB 2,292 13
727,391 727,391 0000000000000000000073627c34fc9e8daa750df0c513b0f3f3ae1d11f1c643 1.33 MB 2,259 21
727,390 727,390 00000000000000000008cdcc43773895f6189568f16ea9ee034215b9cbf4eb0b 0.61 MB 1,174 8
727,389 727,389 00000000000000000002c9481a92c1645fd3c77500d0cf8b9074578c2f571364 0.41 MB 680 8
727,388 727,388 00000000000000000003687e547b533c35cb2ed58cf41f0adf63a3942eb4e9b3 0.86 MB 1,141 8
727,387 727,387 000000000000000000095ba16a703062225def36e6827f9f13eec2da8dce4de4 0.19 MB 335 8
727,386 727,386 000000000000000000051a2aad657af6a692d2ca70797cba3b83cedbe4271d5d 0.57 MB 936 9
727,385 727,385 0000000000000000000172d2fdcc3b759f02792e87ca93e3a3625292f6504503 0.44 MB 226 2
727,384 727,384 00000000000000000007b072bc7214d3bc0916fc2ed7dc0bb6911881dd0d850a 1.42 MB 2,474 8
727,383 727,383 000000000000000000078fe839a549a4c372f0f31344b0a893f8d26d12b42def 0.46 MB 1,012 10
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.49 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.