Memory Pool Memory Pool Refreshing

4,380 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,486 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,404 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,485 (861,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,012 47,012 00000000370bb495f5474fe0cff13b9bc3c9e946a115cf80d3e893a399f2dc07 0.00 MB 1 0
47,011 47,011 0000000010e1e4a9b3d6d5cf07f04be61243fe68b14d6ff564bcd019115d1d6c 0.00 MB 1 0
47,010 47,010 000000002a9c40927c248eb42701d776ebfb3ee62f2154ba3e67186680a69981 0.00 MB 1 0
47,009 47,009 000000001fcb18675e96aaff258694a46539378869515b83f822f58c56294b49 0.00 MB 1 0
47,008 47,008 0000000013dbaa3c75afaf9d06de2ccfa4e2509df5655b049843c17266037640 0.00 MB 1 0
47,007 47,007 00000000126c8722d217cfb991a2cbd3ceb1320fb4f595ce94b734d1628251ad 0.00 MB 1 0
47,006 47,006 000000001979e6575321ea8b3dc49d8cdd0cb3b4419dc3221a10e5093d30edb1 0.00 MB 1 0
47,005 47,005 000000002ba97020e0f9a0a2f12af623687d55a45bd6eea9d25975ea7188d681 0.00 MB 1 0
47,004 47,004 00000000051819b9e6c553448b0811e62cfb9bb60149585b8866451b7e5ed6d1 0.00 MB 1 0
47,003 47,003 000000001718ccd02435f8f370a1fc6769b853e3f598f728cb957689da102ad1 0.00 MB 1 0
47,002 47,002 0000000032e2c50d41281e0cc92952f2d5c64b4d7d1853806fd9bb1afe5efea4 0.00 MB 1 0
47,001 47,001 000000000a074f9ef0497c8d55b33d3afa7c03161c86e62680e9923caf9f4c62 0.00 MB 1 0
47,000 47,000 0000000000e7189f8a21e7202826283ccfb276461fe5c5813b4778b708ae605c 0.00 MB 1 0
46,999 46,999 000000002d96a2aceddc23a05208a7d77ab998e76b56ba71cd38fc4f597f9f79 0.00 MB 1 0
46,998 46,998 00000000378f482ecef67fe9a3b5b59b471eaf9317bacf09af974073d4ef155e 0.00 MB 1 0
46,997 46,997 00000000379b5e5eef5a49c7c9397fb5a574d0d3af3539272e8293b5949e1763 0.00 MB 1 0
46,996 46,996 000000001ddeb13e3067130b1fff962fa397618de71666a42c0d4c580a419cea 0.00 MB 1 0
46,995 46,995 0000000007f142830a7cbe6bf756af9dd8ec04286992d6f9b556322e3150d3c2 0.00 MB 1 0
46,994 46,994 000000002c18bd3b64b31bf610cd8c7e17bb2feae89c28966c9c311dc12e19de 0.00 MB 1 0
46,993 46,993 000000003246922f6404f31925c1fcc58e2d44e0aa18141c19fe22ec0b9ed0bc 0.00 MB 1 0
46,992 46,992 0000000006576e7d38b1d8776e907226bef64d983208bde811f2db987a67ee18 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.61 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,806.64 GB sent, 100.04 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.