Loading Tool

Explorer IconExplorer

Memory Pool

81,048 transactions
30.74 vMB
0.08789304 BTC
Random Selection Loading Transactions
Max Size: 186.92/200 MB

Candidate Block

Mining Attempt 85c94d2d4f42ae783884f498b4ff0882a3fd4f658f3d80737b81ce0a4a140da8
Version 20000000
Previous Block 000000000000000000017014338f9dd242c589e1c0e015f91a4c2d776fb2542e
Merkle Root ed676df62916f82e1bd0b96b7f1c7e76ef909fe24fdabc0e710d26e14a138a7f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,627
Size: 1.00 vMB
Total Fees: 0.01704921 BTC
Feerates: 73.20 > 1.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,383 (538,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,710 376,710 00000000000000000003c61b6e0066525d5353028d9c206da2ee85a0d1f687ff 1,380 0.69/1.00 vMB 37
376,709 376,709 00000000000000000f604cbf1032bdd4c421d97c07de226f2e2f2731ddb91755 699 0.75/1.00 vMB 22
376,708 376,708 0000000000000000057a4b7adde08291a47885e06fd95fe00ce82ccdb4bc1c58 1,285 1.00/1.00 vMB 19
376,707 376,707 0000000000000000004f35906eccb26a1506dff816be70b6d68123c1db8601a3 1,998 0.95/1.00 vMB 43
376,706 376,706 00000000000000000a3a6aff07c5d98c445ceed9f5210d0d78867e4365842b75 2,073 0.75/1.00 vMB 50
376,705 376,705 00000000000000000740375b2123e049d7b51371b389f1896e0f041c48a308a3 1 0.00/1.00 vMB 0
376,704 376,704 00000000000000000a48f0f0b0b0c3d8fed82a6d94e3bfe7f37ce9ec642cc37c 754 0.32/1.00 vMB 40
376,703 376,703 000000000000000008ff83249b14754bcb65676c185401d58e6cbde932e11d48 276 0.24/1.00 vMB 26
376,702 376,702 00000000000000000551ad7a5f9593cd5fbf50dc3584d98ade0b3d6903cfecde 77 0.08/1.00 vMB 13
376,701 376,701 00000000000000000b48cfd72f4d06fc73697dfa7455b50859a2130727792359 161 0.24/1.00 vMB 7
376,700 376,700 00000000000000000fe7ce819f2fb3b8f133aa32b6c768586e002e86864cd38d 238 0.15/1.00 vMB 25
376,699 376,699 0000000000000000127e0deeebc3c2e8e82239f360592c11d6a9e0fd296d4128 1,339 1.00/1.00 vMB 25
376,698 376,698 00000000000000000579015421e72859a2fb96e6d9f4a97d03f4a36ae34dc236 671 0.95/1.00 vMB 15
376,697 376,697 000000000000000009e6978b0ef0f6c3d773617a1a17693bf6fc53da96624a45 928 0.71/1.00 vMB 20
376,696 376,696 0000000000000000096d3ed3bc81a9bdb25f898abe2f099392836ccf976b3787 2,596 0.93/1.00 vMB 53
376,695 376,695 00000000000000000a04285ab65414df34f3d2f9bda0b9203a473114b238a282 703 0.46/1.00 vMB 27
376,694 376,694 00000000000000000a72f580709c5c8061adb2d8f8931366d0ebd8f82e17c326 435 0.36/1.00 vMB 23
376,693 376,693 00000000000000000364ea499374ad814778ef5610bd1b1b90c8b6c88f63b1b0 762 0.66/1.00 vMB 26
376,692 376,692 000000000000000005c1a6523a39f5f79e9c7919040fad588f3586f9e8fa1058 1 0.00/1.00 vMB 0
376,691 376,691 0000000000000000039966a0bbbc969dd3c1199d915a3f088c6d88544ad2ac0a 1,949 0.93/1.00 vMB 39
376,690 376,690 000000000000000000c0e693dd6c552e8ba40ac63d978f7cef1b49cce03f8c7d 1,779 0.97/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 783.06 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: 720.62 GB
    • Received: 18.22 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.