Memory Pool Memory Pool Refreshing

3,677 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,879 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (45,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,301 862,301 00000000000000000000bdf19b0945c4e9185bd765ef0dc55dbb8d8edcacb4fe 1.61 MB 6,798 2
862,300 862,300 0000000000000000000115b10a179c84323a3b77e0cedb35082a5b2a5e935dfe 1.64 MB 5,793 3
862,299 862,299 00000000000000000000c3b32f0e7ec17e2f957f7b111a64619f69b4980dc3cd 1.65 MB 7,963 1
862,298 862,298 00000000000000000002073d1981ea1da6113d53851f86ac3f4739af253c3926 1.66 MB 6,653 2
862,297 862,297 00000000000000000001f57f306bbb8836c0d1bc14318645589b794d18210ffd 1.78 MB 5,234 3
862,296 862,296 00000000000000000000d08b48d686cc211247e725e6bd60d94de58b24bfb562 1.72 MB 4,616 3
862,295 862,295 000000000000000000016254f8649ac7b0ec755f4073ae2e3d90445dbe431624 1.75 MB 3,333 5
862,294 862,294 000000000000000000028f45b85485a4eca5033283a2e0ddd0ebbea6f99d0910 1.59 MB 3,169 6
862,293 862,293 00000000000000000002b984bef1013134de9e1513b39cbe03febb18a48c6d4c 1.67 MB 3,355 2
862,292 862,292 00000000000000000002689f01e63cfc17699e624b5dfc21bf255f6fce47776f 1.72 MB 2,038 5
862,291 862,291 00000000000000000000019d6c16d10555f5300db321a84c56b969496bbe97a2 1.60 MB 2,955 8
862,290 862,290 00000000000000000000393b2e4b97794111587781f6eaa9b543159b78549be3 1.42 MB 3,286 6
862,289 862,289 00000000000000000002baf6bece2d18b21e4255c0cbbbe7b7ebd48079824f05 1.63 MB 3,706 4
862,288 862,288 00000000000000000001339a9f14fa19a8b6f8ecaa658259a9da52de4158eb46 1.64 MB 7,496 1
862,287 862,287 00000000000000000001de275f9e63460802a043ea3b2964fa5384c1d8081fb0 1.65 MB 5,997 2
862,286 862,286 00000000000000000000ed8a6f7a1c89b62cb73323c64322ad47f8167d949b2b 1.68 MB 4,803 3
862,285 862,285 00000000000000000000f41b126a44103544e3eb58291194dffbdc9b3a7fe6b6 1.60 MB 5,612 3
862,284 862,284 00000000000000000002530534f9cfac4190c28fa2d34390d13c3cb299312395 1.57 MB 5,481 3
862,283 862,283 00000000000000000001ee428f81e8189919f77ff7d87dc49d8b355b2658ea48 1.57 MB 4,047 3
862,282 862,282 0000000000000000000231d77d9f7b976f3a751f4d3790a8c1902667798e19a2 1.67 MB 7,056 2
862,281 862,281 0000000000000000000095986b2cc8d55b65bb5dd99aea681c1769f0152a55b5 1.24 MB 2,252 2
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.