Loading Tool

Explorer IconExplorer

Memory Pool

85,385 transactions
33.07 vMB
0.16056016 BTC
Random Selection Loading Transactions
Max Size: 196.92/200 MB

Candidate Block

Mining Attempt 736822e81aa85c4d64b7816ff3f3fe11ebc385a2dd3b41f96dc601cc8ad541b7
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root e2b50a78230718c1d2e41c283d9cc29a75be870cb567cb632171db25e79912f1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,546
Size: 1.00 vMB
Total Fees: 0.04964444 BTC
Feerates: 318.30 > 4.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (386,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
528,414 528,414 00000000000000000000aace1ae09e8935fc6f83d9e6bb4ceb4f23c05b46bf06 2,754 1.00/1.00 vMB 146
528,413 528,413 0000000000000000000e6da43883bb6c3d11f2f2b57fa1010442b8cd7d455d8e 782 1.00/1.00 vMB 49
528,412 528,412 0000000000000000001e163b8c31cb23bde327a6183d677b1b0b74feeada7246 798 1.00/1.00 vMB 46
528,411 528,411 0000000000000000000462cd64f0717d9af7d2d2e1af97aae5da5dfccce7050b 1,477 1.00/1.00 vMB 67
528,410 528,410 00000000000000000012f72a5e93cff828d302766dc5ee4e8df040053354cf99 282 1.00/1.00 vMB 25
528,409 528,409 0000000000000000001d64414e08c96ab8cfc63de8413d9d967e2d88d717cff9 1,643 1.00/1.00 vMB 80
528,408 528,408 0000000000000000000b333ca04b01040fb019e7a4e727cd21abf38ce1fc1fdc 2,027 1.00/1.00 vMB 104
528,407 528,407 00000000000000000008fbaa6aba0018123638867dd79462bd5bd77338a214e5 585 1.00/1.00 vMB 37
528,406 528,406 0000000000000000001d696e16396f5f12790abfd5ec2f40eb0ef695e4a09317 2,991 1.00/1.00 vMB 99
528,405 528,405 0000000000000000002da02fc2182fb38f5d2862bfaf39a45ac0ff7fa19af9f1 2,512 1.00/1.00 vMB 150
528,404 528,404 00000000000000000004e1542d288e48d918b9f8ab5e9c17eb4a6645e2a9033c 2,722 1.00/1.00 vMB 160
528,403 528,403 0000000000000000001ce1d29eeaebca8858953c1c20a2a7103261424114416e 863 1.00/1.00 vMB 49
528,402 528,402 0000000000000000000c1208b515e098fa2e816c0e20aa378e070cf47f7fa145 1,931 1.00/1.00 vMB 32
528,401 528,401 00000000000000000025e4e68886d10a4c0cecd81314541f9c43504ca641f06b 1,938 1.00/1.00 vMB 74
528,400 528,400 0000000000000000002c9f7f38debabeff63e1deef34a05a3ce4677c4b7f0c3e 1,894 1.00/1.00 vMB 108
528,399 528,399 000000000000000000072da9fe5b0fa617925a62873d8fbb1bf06b8d4bb9c68a 2,168 1.00/1.00 vMB 88
528,398 528,398 000000000000000000023cee155ef9cd8612bfda0150214fa67283c4872c1953 2,353 1.00/1.00 vMB 111
528,397 528,397 0000000000000000000ec37ba40f00967c2c8d235213bb085800c1255f4aac4c 2,843 1.00/1.00 vMB 206
528,396 528,396 0000000000000000001eb06c3ed16694be82960cef3e9ae3954d6f57d884cc9a 2,310 1.00/1.00 vMB 103
528,395 528,395 0000000000000000002e4e39066d96c29547217b78032535924852a79df1a8d8 302 1.00/1.00 vMB 101
528,394 528,394 0000000000000000003164511e7058b4c79db5e01400903d0f677e1f539887e7 453 0.97/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.