Memory Pool Memory Pool Refreshing

5,681 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (760,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
147,554 147,554 000000000000017545d45111c450c6ec1c714f57c1c6b96a4f9530ac9b5dceee 0.05 MB 121 188
147,553 147,553 000000000000046b8cf22ca09a22eaceb06906da1a48f4fe351a4c3290a0c81b 0.05 MB 107 159
147,552 147,552 000000000000078eaf0c6fd77329e160048a1dca32a149a07c368c16e2df0aa6 0.01 MB 19 247
147,551 147,551 00000000000009cf8df5316d92e6f97fdbf921a8960480dc0e2c6e9a8be761ab 0.01 MB 18 231
147,550 147,550 00000000000008e3f5f8ff6ada99e4839056374d3be461596e3e3707ed03efa4 0.02 MB 72 145
147,549 147,549 0000000000000568b1f95f7530d553efb4779cba4b982bd76039f0618eac3c28 0.01 MB 44 18
147,548 147,548 0000000000000911c50fbed773f99a5d1fce9a572ec3e69cdb7aa11a0f970916 0.01 MB 10 14
147,547 147,547 00000000000009b551b01171d07d350b18d9d647b83e1fde3de5ee56de273602 0.04 MB 93 244
147,546 147,546 00000000000003b7e40289219ae6c0dd1a30785d1e2e5b87d79dfdd1b9caaa89 0.01 MB 23 447
147,545 147,545 0000000000000994c26d62d556d8143570a8d2a6517d282681966fd078d8b9aa 0.02 MB 27 265
147,544 147,544 000000000000013e54b463218aca4925b94f29738b267a1312531e8e23808e5f 0.01 MB 24 311
147,543 147,543 00000000000003cf549b05fc1470f84a68166113001de491ffa2061aa7dfabb6 0.03 MB 63 164
147,542 147,542 00000000000009964ddf58dc6c6b92e85403accd96b68615f246089bb8c93307 0.00 MB 1 0
147,541 147,541 00000000000005573839946519ffa45c74127555d391db7b3259cb043038b784 0.00 MB 12 1,177
147,540 147,540 000000000000097109c2c53d40dafb56f369b7d22c743d3de766dcd69f7dc33d 0.03 MB 118 179
147,539 147,539 00000000000004e9edeff58230834487e51f688c507446f88cc5681eea7bdd5c 0.03 MB 49 217
147,538 147,538 000000000000022267d462d1c3dc7e3e1809c6fd65c06f7e057664266e92d7cc 0.02 MB 51 272
147,537 147,537 00000000000008ae0b0c99409126adb5941c22b19356de6e31d122fbf8b5944c 0.02 MB 40 162
147,536 147,536 00000000000003014f49a5bd0f3432759e6aaa89e581a4d1227a3d9fe555b651 0.03 MB 43 68
147,535 147,535 00000000000007289e1e1ea4b0d90910e15e0100f2aa55ebf0de80dbc161e244 0.05 MB 160 15
147,534 147,534 00000000000005d94ccb03c8c73519a283b235205da9758f41c41c6f1e50455f 0.05 MB 111 224
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.56 GB sent, 92.76 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.