Memory Pool Memory Pool Refreshing

8,792 transactions
2.84 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,171 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (812,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,405 96,405 000000000007b30ed83c96d47076b9f2ea96660190571a8aab089f362b83a4e4 0.00 MB 4 0
96,404 96,404 000000000004259634da93fcfc9c8ba4683b611e9e46bfd739dee3edc65279ea 0.00 MB 2 0
96,403 96,403 00000000000719c9b2722ecc97869971f3bf066255474299e2a11b241de9db7e 0.00 MB 5 0
96,402 96,402 000000000002889822cf4d13953bbea573b8308ffdd489b78d618e92e22ac53b 0.00 MB 4 0
96,401 96,401 000000000004d684c9d2dcff1a4aeaf23f10d6b6b4d62608cd553de36e400419 0.00 MB 2 0
96,400 96,400 000000000005f7ef8404dc7f19923759055eef4958e6925ef2d2857191af7fbf 0.00 MB 1 0
96,399 96,399 000000000006265043458e42ecef41a7e1841c371b8bab08a93a2ec2bfa9557a 0.00 MB 1 0
96,398 96,398 00000000000628e47adb1b71d05ab7bb71b730404e3648f7f3fafcfd018d3dd2 0.00 MB 1 0
96,397 96,397 0000000000038b5a6fbae5cc3d7d02651a5f3480e2ad2a8bdbaed90ed97c0d3d 0.00 MB 1 0
96,396 96,396 00000000000402180a8c0a3a34995db88ca7d22422effafd262c6ecb42534e59 0.00 MB 1 0
96,395 96,395 0000000000033904ab655de1c07ec58e96b4f91d2e8b9e0cf93e663b114bdb2f 0.00 MB 1 0
96,394 96,394 00000000000017505bb84c6a4fb265aab5439d0bfe16011bccef7b56e9c12975 0.00 MB 2 0
96,393 96,393 000000000004cef79385df5bd88ea8fcaa666257c15e3e301efdf7c841d5234f 0.00 MB 3 0
96,392 96,392 000000000002e6e47c70399ba56a4dd7757c48ffe2af0238aa4f276112539671 0.00 MB 1 0
96,391 96,391 000000000003499d255532329413dd3a7a887f3e9909a89610a672921e5ff4eb 0.00 MB 3 0
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
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,844.99 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.