Memory Pool Memory Pool Refreshing

1,174 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,776 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,168 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,775 (847,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,443 60,443 00000000015465252ea5732e98511a83157436c9912dcb25b709d594109f716e 0.00 MB 1 0
60,442 60,442 000000000b4f82750a37051e53d87cff353fedea00a0218ad3d677541505ed48 0.00 MB 1 0
60,441 60,441 00000000024d542a68e2841bd95da4995ec045e14208d8043e6141c495b7e4f4 0.00 MB 4 0
60,440 60,440 000000000170444f720a95b372c770c27967450af58401c88a7f9eb4f5dfe56b 0.00 MB 2 0
60,439 60,439 00000000007395eb8d8c3693ccd01fee99380eee6cd4c017deb363636629b924 0.00 MB 1 0
60,438 60,438 0000000002ac175bea0ae501cd8a1d9e147745ace2b12f42180bd9a2688b77aa 0.00 MB 1 0
60,437 60,437 000000000629119254806ab56f6c171eeb1ee03946371b33e8b325212a890add 0.00 MB 1 0
60,436 60,436 000000000ab8656f4132486b0a4ee4b5d8930c43c7b11ac0ccb5cb0492a11d07 0.00 MB 1 0
60,435 60,435 000000000cafa48de8bfd1b328f499df9c9c5feeb238f6eb2eaf4a5beeafc72b 0.00 MB 2 0
60,434 60,434 000000000b26221a0d280f93bfc06ac25805f548cf6b7ffad32438cdfb1c718f 0.00 MB 1 0
60,433 60,433 0000000001fe0b4f02732ea916d3f55a351c3044bdb4e19f05f37534a31996a0 0.00 MB 4 0
60,432 60,432 0000000004a14e76c8929c2b8bf6b7eee6fdeb17ed20c7e22a78cb944aa056c4 0.00 MB 1 0
60,431 60,431 0000000006fbc3d49af754e2a1347dc18b7daa57bf57b38a66a1db710e756a6b 0.00 MB 2 0
60,430 60,430 000000000e45c5be46e5eb38fc410fe18a452a6078ee9f0367a64fb68e41adaf 0.00 MB 3 0
60,429 60,429 0000000001501e77ebe300537830324cfdc73d879c9e1d6d7621753cbcbb080d 0.00 MB 1 0
60,428 60,428 0000000007e6ce19f0ad4a40254392d9a15b92db2a774a7489de80e95867ae44 0.00 MB 1 0
60,427 60,427 000000000107e3ebbf8229e53539da00fb31eb85b42051177503159d936981d0 0.00 MB 1 0
60,426 60,426 000000000cdd6d0e06205405e94e7516d354a22300b3b413ab6ea4c35f75a941 0.00 MB 1 0
60,425 60,425 000000000ce6c5ed6327597ff5f1abc7ba437eb61fb0f439bdb518281e9305f0 0.00 MB 1 0
60,424 60,424 00000000048f2f864e93d4a8de09f1c97a9ed1b5fd613c16560acd20d6c88328 0.00 MB 1 0
60,423 60,423 000000000e3b27bb5a26e0ef4e0258c2316d9f7b8bc9ce74d0683fd604b425b3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.12 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,630.01 GB sent, 93.47 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.