Loading Tool

Explorer IconExplorer

Memory Pool

78,677 transactions
29.15 vMB
0.11834878 BTC
Random Selection Loading Transactions
Max Size: 175.84/200 MB

Candidate Block

Mining Attempt 558c46b7b46022df91151f4b7ffdc7b81673a448d54fc8f019efb1a7f0ebeb35
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root ff888ba6abe64a42d921d60cd51a0cd7f5f552fe0ac2e6dd87bd87a385c56d8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,094
Size: 1.00 vMB
Total Fees: 0.04278740 BTC
Feerates: 150.80 > 4.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (66,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,415 848,415 0000000000000000000273d49cbd96e918dd677a731b8cb5d518a37b868b9f2f 2,969 1.00/1.00 vMB 18
848,414 848,414 000000000000000000014226f504536b779573949813fe2c02592fec1ad1f873 3,363 1.00/1.00 vMB 22
848,413 848,413 00000000000000000000940edabce57229d537f60246dbbdc28150b86c6cdb3a 2,314 1.00/1.00 vMB 25
848,412 848,412 0000000000000000000285c6d596a51fa6cb47e4ade60af2df5bbb30ef5b8a39 3,502 1.00/1.00 vMB 14
848,411 848,411 000000000000000000006cae664cd7c6230572b06a7397111142ef1953d5f2c1 1,768 1.00/1.00 vMB 14
848,410 848,410 0000000000000000000072b8e08f2f165b9b31776a7fb9767a9e99ccc9ccdd86 1,433 1.00/1.00 vMB 14
848,409 848,409 0000000000000000000123522b616dbbed3e323345d6a14ae904358eeb99fbf9 2,032 1.00/1.00 vMB 17
848,408 848,408 00000000000000000000da1617003b12653b9853944deb8402a89c181babcd55 2,790 1.00/1.00 vMB 14
848,407 848,407 000000000000000000021d95ddc69d61fa276cbf82295228e0f291d9885c8bbe 3,535 1.00/1.00 vMB 20
848,406 848,406 000000000000000000018b11a62010be5471a43ef81941b5bec3bb8c97d2def3 3,355 1.00/1.00 vMB 20
848,405 848,405 00000000000000000001ad4ab56eaf28dee36a34a0ee25ca0d66a48f6823a8fd 3,572 1.00/1.00 vMB 19
848,404 848,404 000000000000000000004cbc9c65d7a2937fe7c014c4765f726e3b013b02906f 4,453 1.00/1.00 vMB 26
848,403 848,403 000000000000000000031438c49a3e8a81b1a26eb77cea41100ea72206ae7081 4,795 1.00/1.00 vMB 28
848,402 848,402 00000000000000000000f1f8881dbba9fdba2ee99ec0f91cdab1f24bf1b2a282 4,338 1.00/1.00 vMB 37
848,401 848,401 00000000000000000000f1f5f10d475e23912680058ddc3c89a72d916a6ded9d 5,755 1.00/1.00 vMB 36
848,400 848,400 000000000000000000005a3f767753d14aecefa0647611e7c1aace65bf3b47f1 6,619 1.00/1.00 vMB 40
848,399 848,399 000000000000000000025cb71aba3607ec7abc9911acb510fad53b6eed2dd2db 5,730 1.00/1.00 vMB 37
848,398 848,398 00000000000000000000c5b0e09f8a81de40261685ecba55c1f612f70be99c50 6,618 1.00/1.00 vMB 45
848,397 848,397 00000000000000000000e65b4f3138df626a76dbb4c012e5aadc02ddee92dd79 6,111 1.00/1.00 vMB 54
848,396 848,396 000000000000000000019b441f7e1bb563c93e9223ee4d3395331bf939d25c07 6,135 1.00/1.00 vMB 31
848,395 848,395 00000000000000000001dff49495e15eb732019ffabefb7efc6b089aebb9777d 5,447 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.