Loading Tool

Explorer IconExplorer

Memory Pool

80,759 transactions
29.84 vMB
0.06821219 BTC
Random Selection Loading Transactions
Max Size: 180.11/200 MB

Candidate Block

Mining Attempt 5e23f33c3887ec5f6ee2c0386caba233e6f2e020a8f7deb351ae5a72989f7770
Version 20000000
Previous Block 000000000000000000017c2946f942e619550ccc2727f15be648c71ce8591f72
Merkle Root efa4d802f8da57f9b5f2dedf06e88e37f0212d9f25f6af2ef921e235546cd5d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,558
Size: 1.00 vMB
Total Fees: 0.00742849 BTC
Feerates: 34.33 > 0.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,977 (728,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
186,531 186,531 00000000000001924e52db492a0426c35eb7cfe5a350cb955b2bc2107e0bae31 26 0.01/1.00 vMB 122
186,530 186,530 00000000000001cdbfb611652148351465643339d3918a2b40735d924b5fef67 307 0.11/1.00 vMB 185
186,529 186,529 00000000000008164f46734b2bbf9b5670df04c57181c1648618f78f1f1e65ff 119 0.05/1.00 vMB 69
186,528 186,528 0000000000000493952e423ccefd446528cec52c203bb55f2596f6b0d0de7f2c 9 0.00/1.00 vMB 14
186,527 186,527 000000000000038258a4702c4212b33cc18dc8d8d2fad2f68fda0262a97f80ad 150 0.05/1.00 vMB 367
186,526 186,526 00000000000008817bb65a9ea3ddb6c4c0d42c6d69640760bc35455eb5055ad3 256 0.09/1.00 vMB 104
186,525 186,525 0000000000000594399cb883a11d77ec19ec74b34f40d08e5a80059e1c7a34da 46 0.03/1.00 vMB 80
186,524 186,524 0000000000000273228f33905015155babf6da0bf08a112dabf10f5517187077 1 0.00/1.00 vMB 0
186,523 186,523 000000000000086f263e56652e1ba54a5cb0d052ce5fc3d2bb7e0b1624bdfb75 10 0.00/1.00 vMB 0
186,522 186,522 000000000000033e2cc1f238f3b42e39e1d3b6f518f7eb1c4745cbe79fbc5a59 222 0.11/1.00 vMB 172
186,521 186,521 000000000000054c4d0022c1007cba88d609372268360319ab013290baf73ef7 256 0.12/1.00 vMB 125
186,520 186,520 00000000000009b6a252f50387df58841ff6d5ffd0247ea72611235ca5df6fd3 66 0.02/1.00 vMB 180
186,519 186,519 000000000000018eaa2f4f586dac0e5e9a8c679235d0cb0635b83be027c6a0c6 256 0.14/1.00 vMB 22
186,518 186,518 000000000000007433f366e3fbaca3e7a508bf13cca28ed9e654e7efc55f26b7 193 0.07/1.00 vMB 95
186,517 186,517 00000000000005d500740bb59bbf320b68d37247ecbe72fe7809ac5960bb8416 107 0.07/1.00 vMB 141
186,516 186,516 000000000000092a0a08580fa88a5f8bcd2aa4780dd7ae2a7fc436434af44c16 492 0.21/1.00 vMB 135
186,515 186,515 00000000000000c73565baee56ed72b2552f858ff5ffbbcb0c85f4147ba95489 414 0.25/1.00 vMB 145
186,514 186,514 0000000000000221b44604e95c0af136c91c50efcc2e4e48411ef2846bcb50b7 32 0.01/1.00 vMB 1,407
186,513 186,513 000000000000067b198c0cf2ebbf321d2e5c40950aa4571d90367f7d825dd5b7 32 0.01/1.00 vMB 196
186,512 186,512 00000000000002868a660894b12a2c13fe819d634bb8e1f49adb8bc16d3d6c47 212 0.08/1.00 vMB 148
186,511 186,511 00000000000000681a993c47f62fa323dd72b96c9d58313114a4b64c014b9bce 256 0.13/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.35 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: 662.19 GB
    • Received: 14.84 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.