Memory Pool Memory Pool Refreshing

7,349 transactions
3.68 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,767 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (7,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,141 900,141 00000000000000000001a4f74ee7f47a7baf25e1a0b6a4609306eacea5cfee82 1.42 MB 2,201 2
900,140 900,140 00000000000000000001ddf4b5ff4d31cba4d793f83d6366f64b428bbe3fc495 1.59 MB 2,528 3
900,139 900,139 00000000000000000001d1529f97811a6d889fe560ee02de4d238eeae131cfb7 0.42 MB 705 2
900,138 900,138 00000000000000000000319a66229c6cf356fad023759ad33002de20b63aaa6c 0.05 MB 88 4
900,137 900,137 000000000000000000003b65f44d9e8d2987f2af9d48cbb2fd491178225ffe20 1.40 MB 1,841 1
900,136 900,136 0000000000000000000046cf4c0895fd9b5df4bdb62f713730b005ca97d66f7b 1.44 MB 2,138 3
900,135 900,135 00000000000000000000a50c0a4f12bf15cf3f411575ccc55a3bf2021379e22a 1.36 MB 1,319 2
900,134 900,134 00000000000000000000cc4823d76bb67f14a801ab337d34aaa7c54b0568b3d1 1.34 MB 2,686 2
900,133 900,133 00000000000000000000956e286ae9d1ed04f855c2e59cc30c7abdd5eec4692b 1.80 MB 2,875 2
900,132 900,132 000000000000000000000c4284f645f8e51975863a3bb7e5430534197a95b831 1.29 MB 2,239 1
900,131 900,131 00000000000000000001c18e51f93074e1b70a13b29ae456ee4e12294e7e451f 1.34 MB 3,124 3
900,130 900,130 0000000000000000000088aa2451db5be9d56ff4e6305acdc2226c88a4bb13e6 1.30 MB 2,675 1
900,129 900,129 00000000000000000000a1129f7e708411a077a418fb0669ea10b6fd6f386633 1.58 MB 3,605 1
900,128 900,128 00000000000000000000b751602ad7b590f095b2949dc835f6cdb9d5266bdaaa 1.46 MB 2,400 3
900,127 900,127 00000000000000000000d4ef3f27adbf91679fd18ca8674fc10fb9a64436c59d 1.60 MB 3,636 1
900,126 900,126 0000000000000000000148b149d9fa807fda77cb3917496f5cb1226b46216d0c 1.41 MB 2,152 3
900,125 900,125 00000000000000000000df0c7727e30a7e56069b8ef26cfa4325f877df42c397 1.50 MB 3,027 2
900,124 900,124 000000000000000000022a58bbc870e3ddc828729ef128566a81aed9d0263113 1.55 MB 2,432 3
900,123 900,123 000000000000000000005eccdd3c59301a0e3ce0a9ace55d8068eaa85d27d534 1.04 MB 1,963 2
900,122 900,122 000000000000000000002c9ee1bae0892ab602c5578ea17c98cd864839752dc7 0.83 MB 1,762 2
900,121 900,121 00000000000000000000b715653a6f7263dcb8945f95c430cd2f2389c2edd7f4 0.95 MB 1,025 2
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,625.37 GB sent, 93.03 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.