Loading Tool

Explorer IconExplorer

Memory Pool

42,033 transactions
26.40 vMB
0.06022570 BTC
Random Selection Loading Transactions
Max Size: 138.32/200 MB

Candidate Block

Mining Attempt 482ae5ed27ca2273db8ec7e66477863c38fb262bd9a871a46c77223bfed2ea38
Version 20000000
Previous Block 0000000000000000000000cf770f6c83e15ec4a9d2e4f9cbaaca0958cd733d81
Merkle Root e395264e649537810724cbba1765aa29ae1e85f3bd845d6d1bf4213aa6172fb3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,594
Size: 1.00 vMB
Total Fees: 0.01193440 BTC
Feerates: 477.45 > 1.20 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,721 (340,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,317 574,317 000000000000000000188ce393a21f25da2efe9f8adb5d9b1ac799358ca64574 2,485 1.00/1.00 vMB 20
574,316 574,316 00000000000000000020b3626748f7546456f47e11d7240db9c7e9d54032e37b 1,938 1.00/1.00 vMB 67
574,315 574,315 00000000000000000018e70778098d13038453f3875722a37418c6cc6c903e61 1,806 0.82/1.00 vMB 31
574,314 574,314 00000000000000000011bcf1497796d8788fbf3a50db302f79ab080b475e4c0e 3,259 0.92/1.00 vMB 2
574,313 574,313 00000000000000000018ce8d15a304946956b127f794eec53b14df34bee95fc1 2,935 1.00/1.00 vMB 48
574,312 574,312 0000000000000000001fec1f86fbe7c24bd5e834e75ce650ffbed08f5a35d687 2,509 1.00/1.00 vMB 42
574,311 574,311 0000000000000000002729ceb2b9ff7eb1a65aa1fb05f950bc88a02f1b1c5934 2,678 1.00/1.00 vMB 35
574,310 574,310 00000000000000000009b62e30161c93a4d1b238adaf9aee53d86d3c281222a5 3,196 1.00/1.00 vMB 35
574,309 574,309 000000000000000000085858a04684a1beb91b8d04188f526f4223b05031bb2b 347 0.12/1.00 vMB 9
574,308 574,308 000000000000000000288949eb8d705e4ae4932807ab5bdff4a9eaf1c980914e 2,716 1.00/1.00 vMB 10
574,307 574,307 000000000000000000084299c1fa132a676dc607923258983bc4958ece6a95af 1,419 1.00/1.00 vMB 41
574,306 574,306 0000000000000000000039f59bfa02687879a4bf5a93e83d25f7619a5eabec8e 2,755 1.00/1.00 vMB 65
574,305 574,305 000000000000000000045b54abcae6bd8e995efcc6f9bedcfcf25c1f2ad7b912 627 0.18/1.00 vMB 34
574,304 574,304 00000000000000000012423c279499f55dde2a2ee01681abce0b7282b3b7cb16 3,093 1.00/1.00 vMB 9
574,303 574,303 00000000000000000020a5c7679571bdb455285e599b24a20f988c73533e2211 2,995 1.00/1.00 vMB 39
574,302 574,302 0000000000000000002bb024ddd771cf2c80ac580edbfc6cfc607e4508094052 2,987 1.00/1.00 vMB 37
574,301 574,301 000000000000000000261b7d63babc2e05e58f083555f83dd2316d497c0866c7 2,919 1.00/1.00 vMB 30
574,300 574,300 000000000000000000202a52c2831e06db1c90873174a8a56d9219dbd1ee5f49 2,875 1.00/1.00 vMB 13
574,299 574,299 0000000000000000000738b6a581ff1a398f9e49512019bd86335f0b98ebc0d1 3,257 1.00/1.00 vMB 62
574,298 574,298 0000000000000000000d947b1a889dc7b5a094c90a7b11cf8d59ac094b21d22b 1,415 1.00/1.00 vMB 12
574,297 574,297 000000000000000000028de855871bb7fbbf270f3898f76d6f2b212823e10a1d 2,105 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.90 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: 645.48 GB
    • Received: 12.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.