Memory Pool Memory Pool Refreshing

6,711 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,168 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (438,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
469,148 469,148 0000000000000000002a1f9993024311a7d65a0bbb84d48ead1fef1314131e44 1.00 MB 1,009 237
469,147 469,147 000000000000000000039d7d594b7dc663c6e57414b5e664152a921926d388ce 1.00 MB 1,258 237
469,146 469,146 0000000000000000003b03e0001cdb5848d5ac533b7226fc3d745eb67417c949 1.00 MB 1,690 225
469,145 469,145 0000000000000000008690b23c6fd7de988a0d62b7b3c9b2480fcc0452f6a4b5 1.00 MB 1,622 264
469,144 469,144 00000000000000000193944d58c8bddf061c7015d047ed604de40da846037a31 1.00 MB 1,820 407
469,143 469,143 000000000000000001c8af3f8e465c7ab16bd4293b9439a4460f6ec7a1a1480f 1.00 MB 2,222 389
469,142 469,142 00000000000000000151deb06b83d8f7c0b026154efaf960146937efdbc601dc 1.00 MB 2,444 381
469,141 469,141 00000000000000000009b4f32ff56025844de813a4dd0859db7461dcf23d0dfe 1.00 MB 1,418 283
469,140 469,140 000000000000000000d3576db95f77a6bed8f47ada9b0c1956b366ffdb7ae0d3 1.00 MB 1,703 275
469,139 469,139 000000000000000000253fc262579fe83d2b886f0a678a15fcd3e44434273ab0 1.00 MB 813 190
469,138 469,138 000000000000000000d2a3a2ccdccb09068cfec124bb82ab890453341967503e 1.00 MB 1,395 181
469,137 469,137 0000000000000000016a3e91ec7392312194ef6b95294935454e16ed101fa312 0.99 MB 1,766 235
469,136 469,136 0000000000000000015b14cc952553017934046161a8f56e4e1e0bf5d0f0ef6b 1.00 MB 2,099 353
469,135 469,135 000000000000000001a3de62fb896fdaa3e315b083e3dd39a5710b6b86179395 1.00 MB 1,736 203
469,134 469,134 000000000000000000f6d7e6ee95d5df5da72d05e4a3a0a2717131c9e7c0914d 1.00 MB 1,768 290
469,133 469,133 00000000000000000072ca1822f1ae29afd2630506f71fcf0311e91b6118f537 0.99 MB 1,325 250
469,132 469,132 000000000000000001afb434331139106d2b725b6130b9dc8e111f7f5716fda7 1.00 MB 2,145 314
469,131 469,131 00000000000000000000b7a819c3bd5d86f96a02f4ec60e982b330d014c24261 1.00 MB 2,210 332
469,130 469,130 000000000000000001ada7ed99e1dfe021672f83eedecad22035521f89954535 1.00 MB 2,182 355
469,129 469,129 0000000000000000018056ba19b5322a293ea4fef6e3df044bdf98d281185685 1.00 MB 1,942 297
469,128 469,128 0000000000000000000c54e13c8e1f7148af1dc4517fb757c522abaa36daaa3e 1.00 MB 2,543 350
Previous 10 blocks ↓
Total Size: 769.21 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.39 GB sent, 93.99 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.