Memory Pool Memory Pool Refreshing

9,953 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 24/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 ago 1.00 vMB 3,158 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (467,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
440,112 440,112 0000000000000000027730692ceaaa046b9f34d66641132c17bdf329d8cf217b 1.00 MB 2,776 114
440,111 440,111 000000000000000001eb1aba98ef02e354161507943e3891bd7ddcd72ab07a19 1.00 MB 2,061 90
440,110 440,110 0000000000000000015fe754b0ea84021cf0c8eb6250d4e1390e1a8f8202891a 1.00 MB 1,535 109
440,109 440,109 000000000000000000d3374b7f604fc822af3c8e5dc9d90c4fede87d94add067 1.00 MB 1,138 97
440,108 440,108 0000000000000000007c9da3846ccab4ef51aae85802522d77ee354a8563da19 1.00 MB 2,894 72
440,107 440,107 000000000000000001441afa365a979176b92557e4867eac212a2ca31d144490 1.00 MB 2,829 62
440,106 440,106 000000000000000001e1b3fbfc8f1a29b448a05ca1d0303f5efda258d5cd2393 1.00 MB 1,863 74
440,105 440,105 0000000000000000032df42982ea73a3cce722c702b1715360f354ad1a6e08f6 1.00 MB 2,255 77
440,104 440,104 0000000000000000000114e18bce062038c16959c2e3a30bbae05386b7138a3e 1.00 MB 2,483 71
440,103 440,103 000000000000000000789465fc17b1260bace6b0e4d49f306a8f127b74ba5149 1.00 MB 2,047 112
440,102 440,102 00000000000000000297ddb68011578dede929a40cfc54933dc1ff603e11ed11 1.00 MB 3,178 62
440,101 440,101 0000000000000000002e4d61e4017de32c144d56ad617d72df1a3171502048ce 1.00 MB 1,809 65
440,100 440,100 000000000000000000f77434b77c8264dac4ad326b1bd0c6ec084f694943cc15 1.00 MB 2,098 78
440,099 440,099 000000000000000000b883d125e7262d4582387f087470a560ba67fd1ffdcb9b 1.00 MB 2,442 107
440,098 440,098 0000000000000000029e09a3de6afeaec3d5d23301a93b5b3a9d727902c8506e 1.00 MB 2,283 88
440,097 440,097 0000000000000000031f1740d9b4283beaa337831af95421c19202b031e9d28d 1.00 MB 2,415 77
440,096 440,096 000000000000000000bd47f53b34f4b39c829fe8092aad060827c185e840953f 1.00 MB 1,802 73
440,095 440,095 00000000000000000000d07cfc30da8629ab4fe9eebaee85f63df52dfb932fae 1.00 MB 2,447 58
440,094 440,094 0000000000000000017a3ce8049aafeee66d9267840627ac4e99131557ea2732 1.00 MB 2,269 95
440,093 440,093 000000000000000002546335d88530013adf2f2df4cda93fc5a467f888848af0 1.00 MB 3,152 61
440,092 440,092 00000000000000000321dde5f117ef4661e1d3d8d0f2422f01609aa83a3e05b5 0.99 MB 2,198 78
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, 113 incoming
  • Data Transfer: 1,625.67 GB sent, 93.04 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.