Memory Pool Memory Pool Refreshing

4,608 transactions
2.24 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
2 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,688 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,425 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (419,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
488,007 488,007 000000000000000000a6e3102c47f2b912336e00d625c032c92792494d10659d 1.00 MB 1,025 125
488,006 488,006 00000000000000000059f7f72dac7c61e1ef79c9fda0ce3e778b64eec133bac8 1.18 MB 1,441 133
488,005 488,005 000000000000000000e92b924373ef0db8f961c3b9e787f213f0a1234b57bcab 1.00 MB 1,941 145
488,004 488,004 000000000000000000a11eaa97baa057465471a87ed18f43f75a09c9953b0a21 1.00 MB 2,138 147
488,003 488,003 0000000000000000003be46561f9296709eb79569b539889ecb9e97cc6939e00 1.09 MB 2,158 150
488,002 488,002 000000000000000000644c54bd360d8db261a038a083791b585bae4627c36473 1.03 MB 2,413 174
488,001 488,001 000000000000000000a9e86805cb67cbdba06078dc1c689f5faec4129ce2aef9 1.00 MB 1,292 145
488,000 488,000 000000000000000000f980eebec0616501eead146975f1df5ca9a1db40309547 1.01 MB 2,246 272
487,999 487,999 00000000000000000088242a1d783ba3415713073115801e01b46784f462d047 1.02 MB 1,673 152
487,998 487,998 0000000000000000006f286becc3641a03d1d7c9523b7ca2b4cc0503a14b4352 1.00 MB 1,875 135
487,997 487,997 0000000000000000004f7f80a6a7624c8fe9d230d6ee7288a9924b89468f6327 1.00 MB 1,495 126
487,996 487,996 000000000000000000edb5d0264921f5ddc6d648463d6ff75dd884c75999a823 1.03 MB 2,126 168
487,995 487,995 000000000000000000201618c0dc5fe33a90350c1d1fd6e842796e0721b895d0 0.01 MB 24 422
487,994 487,994 000000000000000000d57364a41b9c5d2db24f6b46f71b0df6f9db7e8b495d9c 1.01 MB 1,504 79
487,993 487,993 0000000000000000007f0b83c7b50ff5c90f610fa37d958ff87e6866eabd2111 1.00 MB 1,065 20
487,992 487,992 0000000000000000002bcbc9ee3d688f0939c48fbf05d295cf4c1ad5d5925b41 1.06 MB 1,486 85
487,991 487,991 0000000000000000001c42ad652d0cdb399697856c7ccf8780b876ebf16edc5a 1.02 MB 1,288 36
487,990 487,990 000000000000000000c423ebfe8a934a6cfbd3e8616386dca4b103acec2adda2 1.03 MB 1,452 46
487,989 487,989 000000000000000000411ce7f7c1d3c6fb11f8f80c27e734e04ccc8dc54fb1f2 1.03 MB 1,965 95
487,988 487,988 000000000000000000f81b328a4cda32e43013883fb69cfffadcd1ee2c8eb6a9 1.00 MB 2,470 80
487,987 487,987 00000000000000000012117cb6ee708541d8e78eef9238fa59cd515324a4dfcc 1.00 MB 1,857 126
Previous 10 blocks ↓
Total Size: 768.96 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,615.00 GB sent, 92.61 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.