Memory Pool Memory Pool Refreshing

8,688 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,166 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (812,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,390 96,390 000000000006f3d77dbe842b3f88243847656af645df2c184c3438e034df906e 0.00 MB 2 0
96,389 96,389 000000000003144c6841012a8d5827f175ea15e0c0e29b29c36ce0609f2f5317 0.00 MB 6 0
96,388 96,388 000000000001f5acbff32e75f81957e59571684f7a91fe1d6ce67a8da172d2c0 0.00 MB 2 0
96,387 96,387 00000000000124dfc51a0a5749c6b41c99ced23548470fa67a113dac3248b5c2 0.00 MB 2 0
96,386 96,386 0000000000022271fa7c440fd245d8f4b0b7c53c29851ee590c4b525385b52c1 0.00 MB 1 0
96,385 96,385 000000000000fd2a4208b0a688d1487bce69d03206f18e13a3c0fd33dde1db14 0.00 MB 2 0
96,384 96,384 000000000007f7c1d13075e1605b520616764c43da3870e6f28377c9fd415992 0.00 MB 1 0
96,383 96,383 00000000000759bba5847c040a4c1d0d4e52116e59121a4a575b016e4926f086 0.00 MB 1 0
96,382 96,382 0000000000012faca9514964c90758cb409f93b4a118555b5f91c5d2013e145f 0.00 MB 3 0
96,381 96,381 00000000000264955c06fcc9463357a16cb090f06637962eff83cdaeb7610a72 0.00 MB 1 0
96,380 96,380 0000000000025a0e4a33cc94c94586b958d474a401de45f39b0fd2cef159ef39 0.00 MB 1 0
96,379 96,379 00000000000430f1b5ca622e4bbfea6ec53a632dce23f0267ee4fb226be0c40d 0.00 MB 2 0
96,378 96,378 000000000003acee38418cdfc3dad75ce1aac1ec09868c6360dc61a054a352ed 0.00 MB 1 0
96,377 96,377 00000000000500c77b3512236f8d04542a53b15cdb2f49b2f19e2cf2c7c341e4 0.00 MB 1 0
96,376 96,376 00000000000778cbd56c7a7c9bcc83b112034be9d3ad7f924ed13e9b0ef61f5b 0.00 MB 2 0
96,375 96,375 000000000003023e0dd3402d490c5123f46e8d80a3135ca427ea081c0abb53b6 0.00 MB 2 0
96,374 96,374 000000000005d025628564417df3114405ba8955cbddf06e793b38adb0f0efe9 0.00 MB 3 0
96,373 96,373 000000000002d330d4f770d2855a4ff21c1b6bafa30848104480db5d2a5e0015 0.00 MB 1 0
96,372 96,372 000000000004f8681ba3793a0879c36d2be4e23ce4eec4cb18ce1e2ad394b091 0.00 MB 3 0
96,371 96,371 00000000000629c25382bd4b0a2cc9ffb2484ba40b2216e628010476f3a08d98 0.00 MB 3 0
96,370 96,370 0000000000073365f9e96d7484d897118e4ac303f08fdf1889e6ad37d152d573 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,844.96 GB sent, 100.59 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.