Memory Pool Memory Pool Refreshing

10,067 transactions
4.61 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,167 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (747,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,453 160,453 00000000000006abafc191141763d52871adfd7f9bf186b025849d116fa37b72 0.00 MB 1 0
160,452 160,452 000000000000057f8228da1b198bc0f974bdd07040bd973bf7b2ec6cfad30792 0.00 MB 11 41
160,451 160,451 0000000000000869a01a6902059c4ba893006add49d25300bb0a4f99b7916995 0.01 MB 20 0
160,450 160,450 0000000000000c67d4d3e051234099fdb3e695f33ce59c272a7c41cd49f4dce4 0.05 MB 80 97
160,449 160,449 00000000000003ea711c6f3811134c8771c21e8888fd4170730d35a74253aac9 0.04 MB 83 85
160,448 160,448 0000000000000bb17aa4070329f2ff7e46b1db80aa7da975144c150b394d8406 0.03 MB 22 90
160,447 160,447 00000000000000626d02f87a28a86314c546425f3a8ae730b7a1da70b7c88668 0.03 MB 67 85
160,446 160,446 0000000000000888b9f4941eb3a9183256d3a2634bf941fe8071c0b539183e2c 0.01 MB 11 357
160,445 160,445 000000000000026d47aabf684eb2d3c32b865d9fdd1b027d5c772b2dc43642ad 0.01 MB 36 490
160,444 160,444 00000000000002feff7f4d46e8fe8a8881aa77638a831d7057351f8c53262aef 0.03 MB 43 4,050
160,443 160,443 00000000000009db91bc0e729d8af0e369ec5b346d5b778a23fe4789d188fbcf 0.05 MB 145 2
160,442 160,442 0000000000000a033ebda956a2edebe8c1291bd782c671a1f1c060a1acddb161 0.05 MB 63 71
160,441 160,441 00000000000001827daedf4431a3361c103a69502e9ab411f6e77e79602a2f32 0.00 MB 1 0
160,440 160,440 0000000000000d86a86db6a01239f96fe78101cbed1d1fda0a46fe1c398bb060 0.03 MB 63 270
160,439 160,439 0000000000000c012ecf83f691debdddb461eeba863fffd3acde57793ed096fb 0.09 MB 76 90
160,438 160,438 0000000000000c62e884b7fe3b8e0316f8ff0f3ab69ac1264115f41b27f24f5f 0.04 MB 40 124
160,437 160,437 00000000000008f343105a35ec6892429b0393fb870a70a8fda0819aa49eb055 0.04 MB 127 1
160,436 160,436 00000000000003827b557ec402ac3684832120ce2840af2cdf30e47397ffc094 0.01 MB 43 360
160,435 160,435 0000000000000213879183c4ed01b45816b3cc7bc08ae2613d6afbeea637bd4b 0.05 MB 57 386
160,434 160,434 00000000000009e0a312b0d0f247aa3668897be8958c2b78e6f194e351fc2638 0.00 MB 8 38
160,433 160,433 000000000000001037e6ffb90836bfcf52ca91696ee8fca4f7c130421f257b4b 0.01 MB 38 134
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, 114 incoming
  • Data Transfer: 1,625.69 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.