Memory Pool Memory Pool Refreshing

8,858 transactions
4.21 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,322 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (739,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,663 168,663 0000000000000be44cffa25cecefb85b3df884f0bf7904d15ee3137d256b5267 0.01 MB 27 202
168,662 168,662 00000000000007496439ff9e3bb3e38d239014c345f1e4cc9a63e7fb7002bae7 0.00 MB 5 37
168,661 168,661 0000000000000402338ee00b17bd7a6c48d4d5d23e139ed515c8320df21365d5 0.02 MB 81 7
168,660 168,660 0000000000000844abbe1a2834fa770c4132ec417b60199870bf96599191e421 0.00 MB 12 72
168,659 168,659 000000000000084e8b84f782ca258440f5b77f67a834b87a92cc8f5dc79a70e0 0.00 MB 7 94
168,658 168,658 00000000000001b36767009fc5842ab6ad6ce7c21baec38a449e68a48440c51d 0.00 MB 5 126
168,657 168,657 00000000000004ce8398244c70a10c72183a0d3c9cad48d831f55d694d98c87f 0.02 MB 55 77
168,656 168,656 00000000000008c865b1e5b9177810f1dc2b6d39fc41f18931b44ed10871f7c1 0.00 MB 16 59
168,655 168,655 0000000000000b3f1797d0426e2cdfd9ed978041bb16165b3b128c2f699932bd 0.01 MB 30 51
168,654 168,654 0000000000000424567cebcbc085765ac0b68cf1efda676a24439a49cc9e53a6 0.03 MB 54 142
168,653 168,653 0000000000000716770cda0d13d80c85b991fff75d11ad4eea764537581ea27a 0.00 MB 4 0
168,652 168,652 000000000000008591ea8bb6cedd475db0617eb6c9dee6793761865297f03663 0.03 MB 29 146
168,651 168,651 00000000000008aa1cc53a8d839414188a59a65adf2129e1b6274816742e867d 0.01 MB 36 5
168,650 168,650 00000000000006086b610c40287e88d7557475478417c555a1c5a805ceb8a87f 0.01 MB 11 34
168,649 168,649 0000000000000a17100406a495c86cb578f7e9dc29735863d40207fc2b79d56a 0.00 MB 12 50
168,648 168,648 0000000000000a2c11db97b8404fee2ede5b126e0055bb6b73619c6a6b0a0871 0.03 MB 65 334
168,647 168,647 000000000000083916c2f6c7d423640d3069ee2b2357345a963d09c0dddc9409 0.03 MB 68 45
168,646 168,646 0000000000000072400df87cb7ab1bdc9df86fd41622b8195820538214fc2a9c 0.00 MB 12 43
168,645 168,645 0000000000000bd636fe1527ab27560c380ee8ec8905edc5a9af531401b1f3c9 0.01 MB 29 13
168,644 168,644 000000000000097a01d37abb03c4ebf9f056521cfa2127d8e818c433ebfd0b66 0.01 MB 21 180
168,643 168,643 00000000000006cdefde72693eec8e06c4eb7cecd3599566a21d53d71711a89f 0.00 MB 12 49
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.