Loading Tool

Explorer IconExplorer

Memory Pool

81,135 transactions
31.12 vMB
0.09152747 BTC
Random Selection Loading Transactions
Max Size: 187.71/200 MB

Candidate Block

Mining Attempt a9f1cde36d0d19dfa91566114cb7545fbc058d2b08e4d6fe70640b4edb0614b5
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root 482ce0b3ba7bd3b7f50bd9c34f53b2dcce870918b57359a846ea8e20d63a7f86
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,444
Size: 1.00 vMB
Total Fees: 0.01885265 BTC
Feerates: 45.88 > 1.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (132,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
782,972 782,972 000000000000000000002ee0b5687f5d6e5582e3027e95fde22fb2873717fcdb 1,927 1.00/1.00 vMB 21
782,971 782,971 00000000000000000002f6a13c081d77ef1e3ac4d1598b4a5b6e8785ce3d3c5c 2,041 1.00/1.00 vMB 15
782,970 782,970 0000000000000000000376a709162e57a34e64f003f657cca38889d300a0ba01 1,518 1.00/1.00 vMB 6
782,969 782,969 00000000000000000002627154d93ab001f34f2882cdd940210b78b3405a182a 2,923 1.00/1.00 vMB 13
782,968 782,968 00000000000000000005d24351267eb7a16a3fbbc5754fb1d1d2d43268e733cf 2,751 1.00/1.00 vMB 20
782,967 782,967 00000000000000000003543e4de80e508418e992345f97e0df84ce4fc02677cc 3,014 1.00/1.00 vMB 21
782,966 782,966 000000000000000000030677665ebb1038776700f3bba39a00f5ce06d49b8b64 2,380 1.00/1.00 vMB 14
782,965 782,965 000000000000000000005e78244292ea419249b265fe69f1bdc5f26f9b12166c 2,630 1.00/1.00 vMB 22
782,964 782,964 000000000000000000026a81529188a15bdc46798b200d034c5a1eb7cede6fd5 3,627 1.00/1.00 vMB 32
782,963 782,963 00000000000000000002a91ca7e2fa935e2bf6b4b2dc471f0b29f9d72f2aaa4c 2,190 1.00/1.00 vMB 39
782,962 782,962 000000000000000000020d6af69e6cc8292d1fd00affb36f82d45bd2a0c2502a 1,363 1.00/1.00 vMB 9
782,961 782,961 00000000000000000000888da44184be2b3cdceb0e33f8aaa01f241a2798b47e 2,096 1.00/1.00 vMB 17
782,960 782,960 000000000000000000037431594c7f8b3dcfc53e499555320cfc286835698e5a 1,859 1.00/1.00 vMB 10
782,959 782,959 00000000000000000005ea8317545d0df3d87490839c5b9a6ce042b63b3bfae1 2,893 1.00/1.00 vMB 13
782,958 782,958 00000000000000000002065bf3ef60e7a80d95e7f0fe5b3488a2f0feeaf445b6 1,840 1.00/1.00 vMB 22
782,957 782,957 00000000000000000000d1cba1cc6440db694dd887a3d2f7379838e762c6f778 1,861 1.00/1.00 vMB 18
782,956 782,956 00000000000000000003a671618b5c407384dda8d91556ccce8d3a6fad60d70c 2,603 1.00/1.00 vMB 23
782,955 782,955 00000000000000000004ede180b4cf37c71fa4cc9a750697807aae218dc6b3b4 2,256 1.00/1.00 vMB 23
782,954 782,954 000000000000000000042f472d6feacfaca817c44e6e07632a2471cb0ad7d71d 2,333 1.00/1.00 vMB 33
782,953 782,953 00000000000000000005e16e104a76dd531f896e1a11c5349e7b5f06585aca79 3,550 1.00/1.00 vMB 25
782,952 782,952 0000000000000000000365213337a6d76cd23ed97080df5146a33491ba64c9df 3,265 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.98 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.