Memory Pool Memory Pool Refreshing

4,968 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,817 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,669 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (459,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
448,263 448,263 0000000000000000007250ca97b501928ef18a20bd0c399f599aad782acb0830 0.42 MB 870 74
448,262 448,262 000000000000000001de58870ed43e9cb117be4daf22596e716b7b704dbfdcc8 0.49 MB 1,172 83
448,261 448,261 00000000000000000281d460a1854ac8bbce27ec27664f8b68da94e8e16637c8 0.86 MB 1,699 58
448,260 448,260 0000000000000000014e2034bf9bd1eb3888f13ef76dab45ba851c52ace12cea 0.42 MB 1,031 82
448,259 448,259 000000000000000002b507ec92c862a4a86c80a3a65e7927b0116f0d48612337 0.78 MB 1,735 73
448,258 448,258 000000000000000001ea6cbe4631514769e5075fb2d471eb872145aad564901e 1.00 MB 1,461 62
448,257 448,257 0000000000000000018bf911c3445d9f03639a77ace962acbd7f59a8c54daf4a 1.00 MB 2,309 80
448,256 448,256 000000000000000000d31e7c6927a5648fe0abb3c8aa6090e2c16b3f37f5f4a5 1.00 MB 2,129 82
448,255 448,255 0000000000000000019232ab43134e7a47227f1a638c5390048a34be803ca069 0.66 MB 1,520 77
448,254 448,254 000000000000000001bdf47bc25f3d2eae59ca7d7de8bd517169492872441ed0 0.38 MB 754 62
448,253 448,253 00000000000000000127b761a1fd52f2fbaca27f027630331b054f4213f1f6ff 1.00 MB 1,421 5
448,252 448,252 0000000000000000026a2eeeb099e796d76652654809a4714dc62b54af663225 0.71 MB 1,584 76
448,251 448,251 000000000000000003415a3e02f800f601df840c477360369b5c8ee5b329ef3b 1.00 MB 356 14
448,250 448,250 00000000000000000027cccbbddb1bbd80be4de5b07b9737cf26f4f08270920e 0.77 MB 1,343 60
448,249 448,249 000000000000000000453ca77c3490aa3bac14dd5fe9ea582b4ee35bf69f2fb4 1.00 MB 2,923 92
448,248 448,248 00000000000000000260c1bac053e2bb4719b984b725c14c220e821aa0b90630 0.23 MB 395 53
448,247 448,247 00000000000000000167ef0b588dcaa3eca2eccdefbe04beca9c2e559f0e2839 0.33 MB 555 67
448,246 448,246 000000000000000000199e23d638818d6164f828cd98ff26891b545caeca641f 0.42 MB 681 72
448,245 448,245 000000000000000000ee795dfe8985db2b918b3fe1f1e7c6dc90ff503af37744 0.35 MB 767 82
448,244 448,244 000000000000000002b4ad0b1409b2cc096696bcb93464121d48d608112a3be9 0.01 MB 45 83
448,243 448,243 0000000000000000011849068d27204e756a335424cd5c09b2eb1340b01c483d 1.00 MB 2,504 77
Previous 10 blocks ↓
Total Size: 769.19 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,633.72 GB sent, 93.91 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.