Loading Tool

Explorer IconExplorer

Memory Pool

81,509 transactions
31.21 vMB
0.07715705 BTC
Random Selection Loading Transactions
Max Size: 189.91/200 MB

Candidate Block

Mining Attempt 5de318926a59ffeae6ca8e2ad8eccf9b768807a4d6fbf331c02bccfb986ea8ab
Version 20000000
Previous Block 000000000000000000004b3e7e5aaeab111493f0d06b8a6f97fdb08081d0f764
Merkle Root c7e40fb9c551a94d262488df9b7f9314e85cdb7d625d502ea546352105c41336
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,002
Size: 1.00 vMB
Total Fees: 0.00958457 BTC
Feerates: 100.37 > 0.96 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,197 (321,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,203 593,203 0000000000000000000f6b4e9ac397c86496795939bf1885aae6087b6aae011d 2,792 1.00/1.00 vMB 25
593,202 593,202 00000000000000000001bf4006cf7d1155d66ceb7e3126c9353a18366dc6e90d 2,922 1.00/1.00 vMB 23
593,201 593,201 0000000000000000001529a8d2f6aa0f7247354d865caf3b847a06e0a333eed0 2,295 1.00/1.00 vMB 36
593,200 593,200 000000000000000000097769eed41a0951c49c81fe5b83ffe3bc7722fcae043e 2,840 1.00/1.00 vMB 35
593,199 593,199 000000000000000000015ad41733b88c5b4a344b627fbc619e5dab8165caf28a 2,645 1.00/1.00 vMB 28
593,198 593,198 00000000000000000010fce0312bb452b6acb4846ad9fdae24905d4fc80d1c99 2,642 1.00/1.00 vMB 46
593,197 593,197 0000000000000000000fff0d878d0e48c4f1c50674362595a19700310a1d5609 2,947 1.00/1.00 vMB 27
593,196 593,196 0000000000000000000310e10be4967caccdff4b3fd8257a5e6306bb7b7689ea 2,348 1.00/1.00 vMB 19
593,195 593,195 00000000000000000012207154dbab1dce72c59f5546a7249922ad027979b44f 2,459 1.00/1.00 vMB 29
593,194 593,194 00000000000000000007aca1e85179d1351a54d2a6a3211ed6cfb144bf3221fa 3,414 1.00/1.00 vMB 26
593,193 593,193 000000000000000000187f288389fc7abf393d252dd4be28b5b5f1c467d449b5 2,452 1.00/1.00 vMB 30
593,192 593,192 00000000000000000010e1920a7da490654b3749cb74cd250c313a9ab1fc2dc5 2,785 1.00/1.00 vMB 47
593,191 593,191 0000000000000000000db31a8f1e907172154a6aa769d34603c1347179891e8a 2,870 1.00/1.00 vMB 72
593,190 593,190 00000000000000000003cd7caf154d33d63798e260a25063baa4a95c3f9c6d37 2,172 1.00/1.00 vMB 22
593,189 593,189 0000000000000000000b21ca2eb0becd46c2146633e320aa22890f224ec1300c 2,488 1.00/1.00 vMB 24
593,188 593,188 00000000000000000009e7c189c2c1525a212f218a6a55024c4b705d7fe1283e 2,995 1.00/1.00 vMB 57
593,187 593,187 00000000000000000004ad283407a4d76650ae677cca5090b78d57de0c79cab2 1,692 1.00/1.00 vMB 31
593,186 593,186 00000000000000000008d1bf2d11ed66066f5145ca5bdbc167eb9caa5b46e9a6 2,716 1.00/1.00 vMB 42
593,185 593,185 00000000000000000006c33693dbe2104e9348ca935bb0938ee4bcb234a6368b 2,745 1.00/1.00 vMB 52
593,184 593,184 000000000000000000025a9ce5b02e3426f6d840664c67e642daff3ce0299d69 2,585 1.00/1.00 vMB 35
593,183 593,183 0000000000000000000982e4c66588097cdeaecc9b64fb8f7160975e9334bcc7 2,566 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.73 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: 707.88 GB
    • Received: 16.71 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.