Memory Pool Memory Pool Refreshing

2,549 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 2,526 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (790,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,042 117,042 000000000000ae5f669d5c401333bb97a16aead88bf8b8ab67c39f14bd87cecf 0.00 MB 10 0
117,041 117,041 00000000000007e5697b6834598299a11f64ff044bc9173358055589b19fdff0 0.02 MB 49 795
117,040 117,040 000000000000aaa8a550457ce31f3a9f579e7ef9e01d6539a921a08b52e9e01e 0.00 MB 14 838
117,039 117,039 00000000000027dc24b3ef5ff6abd2b1054d9ded87b7c619d52d024300e2d3a0 0.01 MB 14 1,084
117,038 117,038 000000000000381cd4933f4f8d4a5fc1e0f68220b0f564599388697f5a88e756 0.00 MB 1 0
117,037 117,037 0000000000008a3f357601ac82d1b99d30bf2e2d2f30439d9d00c88ac7eb9d5e 0.00 MB 10 819
117,036 117,036 0000000000007f411f1390d252edf475fe79501bd7548f51705a4b5b5f5bc1a4 0.00 MB 10 0
117,035 117,035 000000000000a08deae83387283345aaf69ad10e0bbb989ff04facef19042407 0.01 MB 13 1,083
117,034 117,034 0000000000004e80e526e2994692b20ffb0d0fa11a3bc95257f4b53948d6e61c 0.00 MB 15 276
117,033 117,033 000000000000a17d0a39489218f02ff62d5074fd8590003426a5cc727373945c 0.00 MB 15 1,828
117,032 117,032 0000000000004b767af96eed24d34f15d30c0396c39a79a457a66a3279a8c853 0.00 MB 12 1,686
117,031 117,031 00000000000003a7b73b73471173a43235d50b7c90f72a5252ca4a4e52e4ddca 0.00 MB 10 551
117,030 117,030 000000000000c9c81fb48376c648e0c1054cf5cc0f09cd50f0aeeef9980b1190 0.00 MB 7 0
117,029 117,029 000000000000ad70aa8891c9623fdd181c1de78c2e056063fa0b449e60ca90f8 0.01 MB 25 1,193
117,028 117,028 0000000000006432a29f515c48c7c49269fd6b094de53f6b8b28d49bd0d86eaa 0.01 MB 29 0
117,027 117,027 00000000000057e59a7b96b0f1ea76bade2220b5b5b5ba836865bfcbd09d8d2c 0.00 MB 12 4,017
117,026 117,026 000000000000970b626455bfda786f7a74cc51f70615b9e07e1ded1ae1ce4ff6 0.00 MB 4 4,231
117,025 117,025 0000000000004cf88185d10f8ae40e54c5329231db37bf2f4f967c19cef56528 0.00 MB 1 0
117,024 117,024 000000000000754e37f38d23d96f93fe8783a85cd78e7712c09bd3d129d9868e 0.01 MB 11 665
117,023 117,023 00000000000081ddb0ef0424f9562ea51cda728c8bdad49d09fda8dcedc568e1 0.00 MB 12 968
117,022 117,022 00000000000028f7d5ca207f7b3f0882140b2aed45ab50db3d8db0a1b24f2ee3 0.00 MB 11 680
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.08 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.