Memory Pool Memory Pool Refreshing

7,593 transactions
3.49 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,916 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (534,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
373,617 373,617 000000000000000006a4d610a12708dd692961ee9205c8eeac564032d734b5af 0.28 MB 514 37
373,616 373,616 000000000000000012a2908b02d6ba0e2b9268ecbb0e701fe7dd2a9aa2fbe4eb 0.93 MB 115 3
373,615 373,615 000000000000000006716b8780b7363a44298a06872a9123b643fb217ea04dc9 0.86 MB 155 3
373,614 373,614 0000000000000000130b769af87567d7525a9ac277eb0e640703e8d256cc1562 0.91 MB 261 8
373,613 373,613 000000000000000008ce23892a47a53ab508650728c035d59914aa8f04ec81cd 0.93 MB 1,330 32
373,612 373,612 000000000000000013053e07f0d2595ad4048d1cca5ce182f279b47c8629653a 0.90 MB 919 21
373,611 373,611 000000000000000010ea76cd3d6559eee0d0e6f8d1086534384c432c58267431 0.98 MB 368 6
373,610 373,610 00000000000000000a564293e27c5c63bcec3d73da64ffcc2deecaaaeea5ddca 0.75 MB 1,226 26
373,609 373,609 000000000000000005e3fc5320aa20de32b6767c87ff15ddb9102eae04a95a06 0.95 MB 1,531 27
373,608 373,608 0000000000000000000e96ebdc2bed294a6a243b09fbc1736b2e2cf66e0e351e 0.95 MB 2,839 68
373,607 373,607 000000000000000012dccffbc5cc6b352c9fb9fd5c96cab04233efdac9510b3a 1.00 MB 1,687 34
373,606 373,606 000000000000000004f0759e841f6a00a2c92b20015fd6e55187e9e9be77e6f0 0.30 MB 556 39
373,605 373,605 00000000000000000da3aef73dff730d39c573856a2e4435e540726a7db51a4f 0.34 MB 807 50
373,604 373,604 00000000000000001288952b18733e59cc82f605b906e5c4ab81c5903b4a6ace 0.89 MB 305 8
373,603 373,603 00000000000000000a2b4b9de688a2b43a286cac2ae32849699821635e6a72ab 0.92 MB 429 9
373,602 373,602 00000000000000000d7076c1859740dd95f583acfa474090072f5eb75996e98a 1.00 MB 1,898 46
373,601 373,601 00000000000000000810c0285c417493c74769fe0c7c5aee84f6367e486acb5a 0.28 MB 587 38
373,600 373,600 00000000000000000f66455246e8055a4d528d0ffab6a96cd837ed6debaf4b59 0.95 MB 1,385 29
373,599 373,599 00000000000000001224cba7c544aa4b307f2aef73ff35c68789d17108c1028b 0.99 MB 1,617 28
373,598 373,598 000000000000000012e959f057365080652ad8bf0ffc1275d20d2e9dea956514 0.75 MB 1,037 27
373,597 373,597 00000000000000000f19f6cec367d14f6ad06a85170a91df9d4cf22bce198294 0.75 MB 2,006 58
Previous 10 blocks ↓
Total Size: 769.03 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,624.87 GB sent, 93.01 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.