Memory Pool Memory Pool Refreshing

2,560 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,477 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (491,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
416,441 416,441 000000000000000002b0404f7ad6c61f0ea937d6d8a74b9191440d6812f5499b 1.00 MB 2,059 88
416,440 416,440 000000000000000002ae2dbe18db9b5a6ce8c728578593daa5b3b41e5b511b98 1.00 MB 1,398 103
416,439 416,439 000000000000000001ec2dc24bc32101220c237d7172bf6006ceaf2efae24f2c 1.00 MB 1,196 96
416,438 416,438 000000000000000003414353dcb4d6bc09525b526fd9eceb02e219727835464e 1.00 MB 2,491 58
416,437 416,437 000000000000000002c073cbe31806bf2bf6e0f9b4a3164caf9ff101a92c5976 1.00 MB 2,078 80
416,436 416,436 000000000000000004f1230222f3055039450909358531d90dd0e7154198973f 1.00 MB 628 90
416,435 416,435 00000000000000000336e5da445c55dfbd3c679266d22f1ba3bb21a10bf396a3 1.00 MB 2,562 116
416,434 416,434 000000000000000001b647111e035653a17132cb0febf02b2ff1d62c3aa33090 1.00 MB 2,034 76
416,433 416,433 000000000000000001d17b8b83e3877be10d00b17a3d69989ea9d0d75d4c8d7e 1.00 MB 2,064 67
416,432 416,432 000000000000000001385aab0930f8bee895cca0cb24c93b25b65c7337957007 1.00 MB 1,762 92
416,431 416,431 000000000000000001018e7230a328b304021a78240a22eb7047faef580e5483 1.00 MB 2,411 61
416,430 416,430 00000000000000000488c88e60b32e4a034cdf536a25858657654a6a9e414360 1.00 MB 2,580 70
416,429 416,429 000000000000000002d38e6ac0b2bdd7621b5703d1a114ebf1b685c1e0d61eae 1.00 MB 2,262 60
416,428 416,428 000000000000000001b20b689fed44a9b897087f0dd090df2ff54298cfb0f299 1.00 MB 3,513 58
416,427 416,427 00000000000000000159142e0e6b273d9597bc814002fc5d04caab7dbf2acc4e 1.00 MB 1,910 50
416,426 416,426 000000000000000003cbba7ad1e3bab7e45028787610c76cf56425577aa3c8ce 0.99 MB 1,800 80
416,425 416,425 00000000000000000249a498c6503820d68a49a92ae4028780329fd05a866bc8 1.00 MB 911 60
416,424 416,424 000000000000000004dc2f3b7ba620def8ac13460c7df05e7091eb8f03d61b8e 1.00 MB 1,335 64
416,423 416,423 000000000000000004cf78f0d77b06cff1887759aca4c633709c5a5474af9ad1 1.00 MB 1,680 72
416,422 416,422 0000000000000000049e25a379dac93d2d598fb71ef4327b2320f4d9e1e19f5f 1.00 MB 2,441 67
416,421 416,421 0000000000000000016dac6d46cffaa8eb2719dac88de3f0e293646374f6879f 1.00 MB 1,154 69
Previous 10 blocks ↓
Total Size: 769.05 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,627.55 GB sent, 93.13 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.