Memory Pool Memory Pool Refreshing

7,828 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,697 (831,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,817 76,817 000000000001def773aa9381976708903c0c0492ed3a1f4fe7fddd791aec4f7f 0.00 MB 1 0
76,816 76,816 000000000009df9136e2c43646879a441607ca721b2eb7ce8452dd9884c08a0b 0.00 MB 1 0
76,815 76,815 000000000022cec869f516fac48f259e54e13848bb23cc2fa90acd0649d8b1c5 0.00 MB 1 0
76,814 76,814 00000000000edd89e1b74fdf0360f766f1710f293869e7f0a985f030631f55a5 0.00 MB 2 0
76,813 76,813 00000000003953c99dad999ee6ca70643bf7b137ce8ea7fa3914275f26a3e996 0.00 MB 1 0
76,812 76,812 0000000000375661f9b7ed0ee0985e384d6b68ca1aaab1d7a8309907f97a884e 0.00 MB 1 0
76,811 76,811 0000000000027cd58889b739de5477e5aba01475109e00e168625c9f0406ed2f 0.00 MB 1 0
76,810 76,810 00000000003fd89d63322f1540c23e31b3d8c053769dcddfb1147fb57d3b236e 0.00 MB 2 0
76,809 76,809 000000000010328e0152c372c5300c906a4e47b5be706c8584677f5ff95d524f 0.00 MB 2 0
76,808 76,808 000000000066ab5e00782c0837cdaa9e7f1e40b914af8f47d04f7727d1c2a362 0.00 MB 1 0
76,807 76,807 00000000000d525a078455ff0a11df826940e8c51a9d4dcc98b93399c94a6ed6 0.00 MB 2 0
76,806 76,806 00000000004654e57d0a5a2edc62e509aadad9da4994991985283e6ad77244dd 0.00 MB 2 0
76,805 76,805 00000000002cd5d32aa9c12295b288be965eb93c1b10c4b4b075ace34a4f2da0 0.00 MB 4 0
76,804 76,804 00000000000c8c3cd02f6343ff671bc09aad0ff938b11774a4e06239d43a1909 0.00 MB 3 0
76,803 76,803 00000000002f89ced5d2639f10ab3fe2f52de28740bd413075c20433fb01c1f1 0.00 MB 1 0
76,802 76,802 0000000000461ef349a6107482de28ad78630b2c0fa260be3926caa01b74dbac 0.00 MB 2 0
76,801 76,801 0000000000513206050ec0cc9b7a1414ed2ab0ba2098df00e49dc643d8f310bd 0.00 MB 2 0
76,800 76,800 0000000000047dead788fcc7d44b07f6dfe6c13c7ba2720fc0e23f91e8899f6b 0.00 MB 1 0
76,799 76,799 000000000004b3d5dc4b2ce5c69c52d99a835118bc40d64079a5dee496feaeb4 0.00 MB 1 0
76,798 76,798 00000000002a5df492204f3d42dcb57a364ff48330b2608ca26debd6d1db7578 0.00 MB 1 0
76,797 76,797 000000000054966e4da41cf5ad1fdf56ec71888e78d1a6121767e29e3adabfb7 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.35 GB sent, 101.96 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.