Loading Tool

Explorer IconExplorer

Memory Pool

83,665 transactions
34.92 vMB
0.16598552 BTC
Random Selection Loading Transactions
Max Size: 198.82/200 MB

Candidate Block

Mining Attempt 1847ba521b9924a953e9dfbe674ad924653b713e6537f3c4edc3318a27341ff7
Version 20000000
Previous Block 00000000000000000000d01ec66a5500a065a0accb178777c62c2953c9414924
Merkle Root d9e2ad6925a011106585d29a0d13dd68aa9135121239330f9da0b6bff54f75bf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,543
Size: 1.00 vMB
Total Fees: 0.04044292 BTC
Feerates: 150.90 > 4.05 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,410 (28,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
887,023 887,023 0000000000000000000266f9834fd2cebe8634e29c823be8e8bc87a537ccffca 3,679 1.00/1.00 vMB 9
887,022 887,022 000000000000000000016b75724f0fe32604ba18425fa03a9ca582eb5364b301 151 1.00/1.00 vMB 1
887,021 887,021 00000000000000000000f71b8646f21a259c2faa313893d10f83046871ba99b0 2,166 1.00/1.00 vMB 1
887,020 887,020 00000000000000000000d23d32f8b503b3ed7e05ddea8c34b263f90eb18e7077 3,654 1.00/1.00 vMB 2
887,019 887,019 0000000000000000000189cfca45b78a2ac3e33f5b505198651b36cd34bd8a7e 3,648 1.00/1.00 vMB 4
887,018 887,018 00000000000000000000d73829b9b3aff0bc5ba580975f68df48d5acd368ed71 3,915 1.00/1.00 vMB 4
887,017 887,017 00000000000000000002059e3a2c9516369c8f865fac1d4c91c5a42731e69c95 3,764 1.00/1.00 vMB 5
887,016 887,016 000000000000000000025aafce2ab7c67af6b71e53f7a5aa496f3622cfe07abc 4,033 1.00/1.00 vMB 9
887,015 887,015 00000000000000000000de768dab80ac47b27f054cb1f06a493c0014fd651894 3,029 1.00/1.00 vMB 6
887,014 887,014 0000000000000000000156d5a6f35613c7730f469918730420d9b60c81b36e91 77 1.00/1.00 vMB 1
887,013 887,013 00000000000000000001517b6f73ee3ebb46729f8a066790bad86060338e5674 3,834 1.00/1.00 vMB 5
887,012 887,012 00000000000000000000eb5cbd76e26c1f87ffb88607812f2d7dfbf8840872ca 324 1.00/1.00 vMB 1
887,011 887,011 000000000000000000001696b3355b69b8c7b975c5b466e79a67aac3bca00059 487 1.00/1.00 vMB 1
887,010 887,010 00000000000000000001a22c06f41332c1d10e0e0b5a8045ac464642b18e7c62 546 1.00/1.00 vMB 1
887,009 887,009 0000000000000000000017125a9a9b7d16620829fc8dfab724a36d9cd73dab63 222 1.00/1.00 vMB 1
887,008 887,008 00000000000000000001452c1afec2bcd95886f4ce538b38fea6c3f32e5e1cbf 1,938 1.00/1.00 vMB 2
887,007 887,007 00000000000000000001d16298d63a94a9c54e84c1214786826abb5e696caa3e 672 1.00/1.00 vMB 1
887,006 887,006 00000000000000000001dfc1e7d2178b2a0f6a196a68f168f4c5495b5d2e6bf9 2,633 1.00/1.00 vMB 3
887,005 887,005 00000000000000000000a2c502f95bf1c58b45c1813ace6f71bfd7e2649b85d4 1,139 1.00/1.00 vMB 1
887,004 887,004 000000000000000000000cf62d21ac322c15151e3ec30d8e3a462315293cdbf0 1,476 1.00/1.00 vMB 2
887,003 887,003 000000000000000000026bd918d9c93040502910ecbb4a46395a56ec0e6a1eb4 2,392 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.10 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 729.46 GB
    • Received: 18.49 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.