Memory Pool Memory Pool Refreshing

2,708 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,754 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (443,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
463,870 463,870 000000000000000000ec9752177ab68e82389919eca51398113ee65e8d3a35ca 1.00 MB 2,396 232
463,869 463,869 0000000000000000000c0a5acbffb7cbab8fb675a8d7812b5957b8635d782199 1.00 MB 2,371 161
463,868 463,868 000000000000000001bf7e61cec77069a022f1d657f9f422d95a170a4dbf1d57 1.00 MB 2,409 202
463,867 463,867 00000000000000000102b631509561c2621f87eca5c191c45eff0c8d3431bd03 1.00 MB 2,468 186
463,866 463,866 00000000000000000144ad7aa37179b88f8f9b6219b964ea1e954d9ed261d4e9 1.00 MB 3,354 363
463,865 463,865 0000000000000000012df41078b4902086716f7972d5294acd549582636a7090 1.00 MB 2,368 132
463,864 463,864 00000000000000000089c52b64ef2e87fb89a93968161faffef86e57f3135222 1.00 MB 2,107 283
463,863 463,863 0000000000000000003b9746afa3763c3d1886d817e39c79a561c456c94a84e8 1.00 MB 2,963 153
463,862 463,862 00000000000000000008528fd0b421baf07768e07ce0ffdebc5cb41cf8b836f0 1.00 MB 3,683 120
463,861 463,861 000000000000000001f513c78c604725f05c8d0f44618a8494fd25f0a7079fb7 1.00 MB 2,539 140
463,860 463,860 000000000000000000bfbe9f129e27b08979cd2f281a4e46b45f15ab55bc1f4e 1.00 MB 2,227 215
463,859 463,859 000000000000000000533392a66404f35b1bdabc2419b6d5ba3b06ed99cb92ff 1.00 MB 2,145 129
463,858 463,858 000000000000000000f706d1c32c5e4650b4f7c3a126455553c1b50a0dab59ef 1.00 MB 1,694 165
463,857 463,857 000000000000000001c23ff12789315be160398bec774c2e2ac98bf3573b228e 1.00 MB 1,698 210
463,856 463,856 0000000000000000016247e24bbeb502abe2c57aafc7f931329d2eab19127f4f 1.00 MB 1,623 194
463,855 463,855 0000000000000000010a01ecaff01abe7d5adc19775b2463895bd3d91642784d 1.00 MB 2,162 238
463,854 463,854 00000000000000000154fe4755eb2f4ab6ff3de8f68fc76725f8d5d6ce6618a0 1.00 MB 2,775 257
463,853 463,853 0000000000000000003a9b6520ffe43409346c5929391c40bf118d13bf06b46a 1.00 MB 1,642 168
463,852 463,852 00000000000000000184ff3e8c82b78b564b8a2f6007b3d700ed924e7dfb52c3 1.00 MB 2,232 202
463,851 463,851 000000000000000001975969a5423804283a989ce1565cde1b706d0b2ae3b20b 1.00 MB 3,347 123
463,850 463,850 0000000000000000003b0430b73e497e876ac7747991f3efe83b2419862aeaaa 0.75 MB 2,464 129
Previous 10 blocks ↓
Total Size: 769.17 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,633.30 GB sent, 93.78 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.