Memory Pool Memory Pool Refreshing

3,213 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,910 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,002 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,909 (778,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,325 129,325 000000000000177d18aed8fa7cd35df9595115902a3d6fb3b5603406da741f12 0.02 MB 42 1,003
129,324 129,324 000000000000054992ee4ea2ccdb5de6ce94c9ae3b5513080754fc00273da2d5 0.02 MB 40 812
129,323 129,323 0000000000000608e732d27fb702a488140322e62df1adaecee330300b973d5c 0.02 MB 21 793
129,322 129,322 000000000000017da52fcd8f1745284fb3970ce71b2f2474495b36941da9589e 0.02 MB 58 575
129,321 129,321 0000000000000b133c640bab5f16120f2b46ff7354de9ecacb6b7873c017022e 0.01 MB 37 819
129,320 129,320 0000000000001d564e616cb247cdf8901d8980347e6af2685f92b1818b253410 0.05 MB 153 246
129,319 129,319 00000000000010636a97e1aa823a6b2d60b5a964f087448857190093e014a5d5 0.10 MB 233 587
129,318 129,318 0000000000000243aea58a7686235871772bc1c0e4f2344055ef08e72879b352 0.02 MB 47 1,145
129,317 129,317 0000000000001238d206000fc4562ca9eb00d664c3ca6f69d76925ae050a47e8 0.10 MB 247 0
129,316 129,316 0000000000001c8257d15ca71eb1b3ba020fea42d534c9b15172f22ed6741cd3 0.03 MB 34 983
129,315 129,315 00000000000011e4ac93a2763ebad4d0b9aa115cf9249e6e1355e69368dc410b 0.03 MB 37 444
129,314 129,314 00000000000013043a1a72f93c3836da4c02aaba47696d928515fc7442fae000 0.03 MB 85 985
129,313 129,313 0000000000000c527c5e6e47d2f83ebed121938dd22e648bd9349a3d45b9071e 0.03 MB 58 463
129,312 129,312 000000000000180ae4203279d7f30a12d9030aff4b836fd2fa822cb0c5877f4d 0.06 MB 102 1,033
129,311 129,311 00000000000001745e623a046b3005184d55e8e8d8af023e3c95c9ef7d56792f 0.04 MB 76 958
129,310 129,310 0000000000000035d573e3a205d166de752a540dd30d59477d3526ec30d9006a 0.02 MB 34 1,308
129,309 129,309 0000000000000aaad23472014da0f740000cf2e5952a0e6af62bade40b300b22 0.02 MB 35 802
129,308 129,308 0000000000001b59bb05280e689bcdf0a3e7e595b441bb3e2736eda9e9a3c308 0.00 MB 5 2,192
129,307 129,307 00000000000006c2663470c11f1bf6ec439368f77cbef33b3c6cd1a28aabb32d 0.08 MB 234 12
129,306 129,306 00000000000001706a8a338a02ac528b94c37b500c2d1f752b923fe2551fa692 0.03 MB 43 155
129,305 129,305 0000000000000cc62a3858da5e31d2a3ac42bffb92a7f86d8d0cee814ef55535 0.02 MB 30 1,959
Previous 10 blocks ↓
Total Size: 769.37 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,643.93 GB sent, 94.81 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.