Loading Tool

Explorer IconExplorer

Memory Pool

50,362 transactions
29.88 vMB
0.11728144 BTC
Random Selection Loading Transactions
Max Size: 159.50/200 MB

Candidate Block

Mining Attempt 70dcfcbeba735d12d6fa264984de5f1e0055b071e0f9aacb0e6884dd2cc5458e
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root 2e053f53f4e624562c67e1e5ddad02d80dbb652a5aba17dfb6008a0068a46db4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,334
Size: 1.00 vMB
Total Fees: 0.05263318 BTC
Feerates: 301.60 > 5.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (432,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,808 482,808 000000000000000000c4e8e4e5bd2ef96641b6c9d4ad4150665fa5d632f4eb62 1,873 1.00/1.00 vMB 151
482,807 482,807 0000000000000000012bb950d2c3a2e1763a91d79ec47fccc80b7c26fe032547 2,131 1.00/1.00 vMB 99
482,806 482,806 0000000000000000000e7c3ac7c644b07d67f5638519041758f50255021cabba 1,556 1.00/1.00 vMB 356
482,805 482,805 0000000000000000000db86bca057248f872d70ac16f8a6e0f1913ac8a5a03c1 2,083 1.00/1.00 vMB 104
482,804 482,804 000000000000000000364b99a650cc1b6df7aa608c7ebaa9cfe899fd9eb94bd3 2,255 1.00/1.00 vMB 254
482,803 482,803 0000000000000000004eee9c5a8e2e32c845bd08418c84fa9a9de74affbdfb21 1,917 0.99/1.00 vMB 271
482,802 482,802 0000000000000000008a9e5b4f5275fa8f8c50df8fb5901de9a473f4c4613eec 2,470 1.00/1.00 vMB 342
482,801 482,801 000000000000000000064ad5024b1dee85a0154f3cd06c62ae6f196b4dec7750 2,414 1.00/1.00 vMB 429
482,800 482,800 00000000000000000054cad8680a80d331ef5338dc87d3eb83064cb56c6c3e1b 1,963 1.00/1.00 vMB 512
482,799 482,799 000000000000000000a4b99257c7096b14efe6a308c80ab533980664e84a292c 1,742 1.00/1.00 vMB 226
482,798 482,798 000000000000000000e5b3603cf420659cbaccf6396bda7ae1d8b278131218ea 2,045 1.00/1.00 vMB 129
482,797 482,797 00000000000000000121cb4e44c85dd335da79b3dab300e2641372ef618584ea 2,083 1.00/1.00 vMB 169
482,796 482,796 000000000000000000a47761bea35ba219e52150c99bfc3729cad84c01391ec8 2,093 1.00/1.00 vMB 410
482,795 482,795 000000000000000000f3ddd63b42324428fcf12231a0fd4e523c991b8bbce7c5 2,237 1.00/1.00 vMB 360
482,794 482,794 000000000000000000edcc8ba370ae6766527880f660e6fcbb0fb754728aa96d 2,558 1.00/1.00 vMB 154
482,793 482,793 0000000000000000006eac82a6ae2fdea83fdecacb56f8d2ee89c8e8f46e74b9 1,814 1.00/1.00 vMB 206
482,792 482,792 00000000000000000039d622774d3753936d7af157416772c5954704cdcd0119 894 1.00/1.00 vMB 266
482,791 482,791 000000000000000001052c74c6b7600e54577f42bea31362d4c0a6ad6576e90d 1,734 1.00/1.00 vMB 382
482,790 482,790 000000000000000000e729f2b06084222b83c7dbee151fb75498d6eef249cd2e 1,254 1.00/1.00 vMB 331
482,789 482,789 00000000000000000129d19512661aac5db757399497dd2b7d2fe34652214a3d 723 1.00/1.00 vMB 263
482,788 482,788 00000000000000000015b2043e344a2bdd9e8084a3b014624f5536a4144050bf 2,035 1.00/1.00 vMB 388
Previous 10 blocks ↓
Total Size: 782.12 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: 652.13 GB
    • Received: 13.73 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.