Loading Tool

Explorer IconExplorer

Memory Pool

76,814 transactions
28.54 vMB
0.08650664 BTC
Random Selection Loading Transactions
Max Size: 173.12/200 MB

Candidate Block

Mining Attempt 73e17786bf1a194a5d4f5e73ea16493f3c033320f8516ae5c172d76ec765bf30
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 75e75d15ac353bafbf072f933b3c20148645a61311584cbb4dc29cf37665a5ff
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,802
Size: 1.00 vMB
Total Fees: 0.02097527 BTC
Feerates: 56.81 > 2.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (488,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,856 426,856 000000000000000002e0ede52e62194d281ebf37485cd87b7750531b53f3b02f 1,230 1.00/1.00 vMB 35
426,855 426,855 00000000000000000281ee192a9f6f34f28f0ef358b596f39a25c7783a470cd1 1,415 0.99/1.00 vMB 34
426,854 426,854 000000000000000002478527a9fa7ecc7468d52b3b93b456649646f44e4586b6 1,789 1.00/1.00 vMB 49
426,853 426,853 00000000000000000269bfa4fe7fbc2b8732c6d0cfb8c07f6b1cd17c2c6233d3 187 1.00/1.00 vMB 12
426,852 426,852 000000000000000002a6fb0b832ff9db0a90f1768534600402a84cd53d4b4b96 1,278 1.00/1.00 vMB 37
426,851 426,851 0000000000000000021ba1146b2997c75f6b75ac3cad157ba772646a4568d01b 917 1.00/1.00 vMB 27
426,850 426,850 00000000000000000256550cc07031752796500846df841046fc6dd159b9b3e3 1,606 1.00/1.00 vMB 40
426,849 426,849 000000000000000004eed87d3459db9e87534e4acbdcd4a45a46173a94970a4a 1,335 0.60/1.00 vMB 53
426,848 426,848 000000000000000003b903a45c0738baf41868ae2f48a5dbd2747c22b0384dea 1,755 1.00/1.00 vMB 46
426,847 426,847 00000000000000000231f5f483b5158eb4aba9f369b1b92d4d6ab234bac07b05 2,779 1.00/1.00 vMB 74
426,846 426,846 000000000000000000291f037777d388a7674a7c75ac5af8b2536a45ad9a258c 1,344 1.00/1.00 vMB 37
426,845 426,845 00000000000000000238ba002f406d8d4d092b84d24507641b21d34db1321810 2,362 1.00/1.00 vMB 52
426,844 426,844 000000000000000001c45a095be85bfd604668a02a9e39bc700e223cf3a0d6ba 2,874 1.00/1.00 vMB 93
426,843 426,843 000000000000000003db091ce971c4717897f3a72ce4373b6c13d3b9da586d12 1,961 1.00/1.00 vMB 51
426,842 426,842 0000000000000000040ec73338372e618c9f733e0346027d818176e1893e9b12 1,570 1.00/1.00 vMB 23
426,841 426,841 000000000000000001e306d42ab742c9dfd9b5861d1ac20cea1fa5c7c72dcdd7 1,076 1.00/1.00 vMB 34
426,840 426,840 00000000000000000456c2b87ffa6fd9c3e85269321e27d5bbe5669092ffa1cd 1,644 1.00/1.00 vMB 37
426,839 426,839 000000000000000000a1f2b6b79e39b9af88145be482120bfa5b6f41de7f8767 2,407 1.00/1.00 vMB 50
426,838 426,838 00000000000000000206f11cadf43d9ebf69c7bceb94631729a74cccb1fb5c56 2,201 0.75/1.00 vMB 85
426,837 426,837 000000000000000003b4abc29ce37613d313d9d7e1a58d544b473531f560330a 2,022 1.00/1.00 vMB 40
426,836 426,836 00000000000000000460d1ec212eca0ac7d72e8f683034406a739ddd89f5ac7d 3,113 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 714.52 GB
    • Received: 17.56 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.