Memory Pool Memory Pool Refreshing

2,052 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,960 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 2,034 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,959 (412,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
495,563 495,563 00000000000000000046e979ab833ecbf9ea8e935e8ec8a8a2f453ea7c94edfe 1.03 MB 1,812 367
495,562 495,562 0000000000000000002e8809073997a1803509e84cf310af45a6300536c0a8db 1.09 MB 2,608 212
495,561 495,561 0000000000000000006528c066e1c7b0b7b813bc862eeb40503852f047f34bd1 1.13 MB 2,662 75
495,560 495,560 000000000000000000c01711df9fc33243b4a5a25675af25aa40818576915fe7 1.06 MB 2,513 140
495,559 495,559 0000000000000000006f129a5293410540436dd4c33e9a923044062d39f00ba8 1.03 MB 2,120 84
495,558 495,558 00000000000000000030aade3b148454a086a69709c7f576f9798dca93b3f433 1.09 MB 2,753 101
495,557 495,557 00000000000000000023d602cee1d129c0e69cf5a672d26dfd446cc47cb42781 1.10 MB 2,416 170
495,556 495,556 00000000000000000012e87224b700dae0f22f3dcb3a45c6da65c1744befb270 1.17 MB 2,495 207
495,555 495,555 00000000000000000010a142ac8f713aeaecdcbc15f4bd3f0e79ddf8fd37bbd6 0.93 MB 2,265 189
495,554 495,554 00000000000000000048de496cd3873651f85ef22f7e360b0234f03322d1fad4 1.10 MB 2,491 179
495,553 495,553 0000000000000000008eeae005dbe1a77bad0876de9fa5364345ecaf6b4fc0c1 1.17 MB 2,440 159
495,552 495,552 000000000000000000485309c5af81c4b3b797c554c6206debba7145c16dbc8e 1.07 MB 2,334 365
495,551 495,551 000000000000000000bd9f24057158916c0316fd00d7d98b766b9566696f15bb 1.05 MB 2,256 241
495,550 495,550 000000000000000000bf9e52e04bcda5297832aef5e72840a7d566da59c996e2 1.05 MB 1,737 146
495,549 495,549 0000000000000000005fdf859c1f51d25744dfb6f2575784101626e0a909d1e0 1.13 MB 2,114 198
495,548 495,548 00000000000000000062f3594cb3740ea9b81aa2963c8b116b94bb5a63236856 1.02 MB 1,979 404
495,547 495,547 00000000000000000031feaf03eefed6a7ffcd89b1b228bf05598e8f5915a952 1.10 MB 2,793 150
495,546 495,546 000000000000000000abad9a79b8ee2d3a7d6652b18cfeef221da24b526c63a7 1.11 MB 2,343 154
495,545 495,545 000000000000000000075c07740ac0e653aa342d946c04ef1da1be2ba8590db8 1.08 MB 2,596 297
495,544 495,544 000000000000000000137f9ecbea6316a96e165d793cb96b13ebaa234500c15d 1.05 MB 1,676 130
495,543 495,543 000000000000000000c0d36fe679728c5a934069aced3205314e2b534880e6b9 1.06 MB 2,353 101
Previous 10 blocks ↓
Total Size: 769.47 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,646.27 GB sent, 95.30 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.