Memory Pool Memory Pool Refreshing

4,519 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,597 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,700 (169,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
738,527 738,527 000000000000000000074258740cc7168bf9e1a9a2c93b88963ae735f8dd637c 0.83 MB 537 3
738,526 738,526 000000000000000000092f63b13b5889c5864800019a2827cac7a78b19b86d90 1.31 MB 1,736 8
738,525 738,525 00000000000000000009064a811c69139ffb719e624c74d8d006f4f98083bd94 0.04 MB 68 10
738,524 738,524 0000000000000000000734867dd420850545dded53fb54d16f991b6f00f77116 1.25 MB 1,625 7
738,523 738,523 000000000000000000047b5f313529586d839404e8e6ebab0cc3538ed1f08b37 1.38 MB 1,699 9
738,522 738,522 000000000000000000085a1e7e6fe32f64cc96549bbf6606d01db3fa5a08c1b6 0.02 MB 61 12
738,521 738,521 00000000000000000007691f62c9ab2a5d94d855d85cb2b22ec38549d28e2048 0.14 MB 321 19
738,520 738,520 00000000000000000001cd4b5f22714425ec989c786c532be27d2f2ff560ec06 1.03 MB 1,433 8
738,519 738,519 00000000000000000004321bfe093d8316680b8d6fd1e18e637738b2a0a79244 0.99 MB 1,771 16
738,518 738,518 00000000000000000003ed6d66634e6c38406bdc3f74984eaf4759e1f61ec1bb 0.91 MB 776 10
738,517 738,517 000000000000000000066d9a333c6b4a16cfaeb99ae833b96b8e455e041253e7 0.00 MB 18 25
738,516 738,516 000000000000000000000e83a02dd477d34163c3aa106bb5839ace868f68b26e 0.15 MB 391 10
738,515 738,515 000000000000000000037c4bd98476cee4575abe9ae5a80af655f97693ad557c 0.70 MB 1,188 8
738,514 738,514 000000000000000000072af7daee0334205d38d5ddad064b9bab4418938a03d0 0.40 MB 822 10
738,513 738,513 00000000000000000006071d71585e0ff245d702d9a9e52de75de40434733228 0.70 MB 904 8
738,512 738,512 00000000000000000004fa0c2199dbdf0e7435aff3c6cf67fa5e8e4adf543edd 0.21 MB 358 10
738,511 738,511 000000000000000000045fb478c13192ec1f55316ecdcce10f5954aa43439be0 0.18 MB 325 11
738,510 738,510 000000000000000000022a9e2b57719e6a26f5be4aebb80404258758f18895d3 1.10 MB 1,651 9
738,509 738,509 0000000000000000000054679333606ea92ff8d54d39431c23804f799f6aa455 0.32 MB 427 8
738,508 738,508 000000000000000000088ad2c5fdb8cd98947b56bf0b0dfcbb0e797b29c64063 1.56 MB 1,599 11
738,507 738,507 00000000000000000003622bebc57c8f61b1b82aa7e380254b8afaedb012021f 0.80 MB 381 4
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.74 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.