Memory Pool Memory Pool Refreshing

4,834 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 12/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 ago 1.00 vMB 2,944 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (905,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,740 1,740 0000000046b7ed5890ee696b81606e98bc97481aba201255721cac2f427d6b15 0.00 MB 1 0
1,739 1,739 0000000040a67145d5e566cba64f0d5dd63fe9ffe8e0e0ac7dcae3ecc8a06b04 0.00 MB 1 0
1,738 1,738 000000005f4ee3550ae77c7651b40fcb37505a3bd254016f66de78d9bf54ebb7 0.00 MB 1 0
1,737 1,737 000000007f6d461815d7d53620358498e179e846a66084f2f6239c5e7a3ae9f6 0.00 MB 1 0
1,736 1,736 000000004de37d28a0f1229e7b34e6206dc18288431efda04eb8730edcc8282c 0.00 MB 1 0
1,735 1,735 0000000085a99775be185c1c86668f64c415ed150af0c150e1332c88fa128993 0.00 MB 1 0
1,734 1,734 00000000e83a8dccb7792a9597503bfbfb08a6310df0a997b3921e3e3e9fa843 0.00 MB 1 0
1,733 1,733 00000000b657947b4fee40933358d97b9ec6b2130083d1346fd5e0607d2c5941 0.00 MB 1 0
1,732 1,732 0000000025de8cfd005b4e2e485ad0838870d9158ffcc350a3179e469920e3a3 0.00 MB 1 0
1,731 1,731 00000000eb110fd65125802a2fcd5d1b68fd6c77a2019c5c7a4e11599dfa1a01 0.00 MB 1 0
1,730 1,730 000000006887ff71c96202da488a0052f79e4c03b1d098bccbd6f80b9c6be7e2 0.00 MB 1 0
1,729 1,729 00000000dc9d18c2d104934b4ef2cbf5827ea7be47353ea4d27ea34b9fc86569 0.00 MB 1 0
1,728 1,728 0000000008f9fdae1079df095d5306ad0b1923da74565ab613f207ee1617a287 0.00 MB 1 0
1,727 1,727 000000000dd72e26537ed7e97d2fe5d0ced050b355cae9550cdb19ddd80dde4c 0.00 MB 1 0
1,726 1,726 000000003e26867afdd61814502ee0873383d89213f7aadd6ddefe8d5c991df4 0.00 MB 1 0
1,725 1,725 00000000bb391367c0d16a54a7430a98a566ba9b738a49f9876f3c90006f24c2 0.00 MB 1 0
1,724 1,724 000000003170c52b94e104635c06b2ce9368af7380b25cd44395f00b3295b9aa 0.00 MB 1 0
1,723 1,723 00000000e922b6c5216260f29c6590f7d733aa47559a9b5a7694e1b7c1328c50 0.00 MB 1 0
1,722 1,722 000000009d2c5c3da2b431430c224e45d6f8ae9f99f883530749328503569fc9 0.00 MB 1 0
1,721 1,721 000000008b204785ceb2627905d1bdffbcd9629d2571fb4cc7d39ffc298323ce 0.00 MB 1 0
1,720 1,720 00000000349ece8e0646fff3b5d97166f2331177bbb693111ed51fd9ba1d7886 0.00 MB 1 0
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.64 GB sent, 93.14 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.