Loading Tool

Explorer IconExplorer

Memory Pool

77,525 transactions
28.94 vMB
0.08296748 BTC
Random Selection Loading Transactions
Max Size: 174.98/200 MB

Candidate Block

Mining Attempt be12ab8a535e8354154d0add9205dd449f9360352f6eb39f8fae252e0a3fc40f
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root e568fb3e77b0441b0464a1bf0e8b3b8c63fcd04679ffb9fb94adac431c8154a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,958
Size: 1.00 vMB
Total Fees: 0.02256644 BTC
Feerates: 150.93 > 2.26 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (196,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
718,653 718,653 0000000000000000000298c8202c559d3cfed8848ca074e310d64c5d514e8dd3 1,627 0.63/1.00 vMB 8
718,652 718,652 0000000000000000000a18c10f6e29ea3d1de165df4b5beab8356ab152ff26c5 299 0.17/1.00 vMB 7
718,651 718,651 000000000000000000087f2c65217bf7c8ade50c3641ab5ac1b1120edb80a237 1,466 0.60/1.00 vMB 5
718,650 718,650 00000000000000000004de83d1187ed609d38dcb7bf178672e331e2bfe072eae 1,798 1.00/1.00 vMB 10
718,649 718,649 00000000000000000008a90e51a0fc04b7bca41d95d5c93284ecf46bc475ccb2 2,231 1.00/1.00 vMB 10
718,648 718,648 000000000000000000001128a3853a7b4c8d87a388bfeb9622885908b78f1dc2 400 0.10/1.00 vMB 12
718,647 718,647 0000000000000000000824b9be6a22bf6ce0b704ff585c789bf52934266d5243 1,872 0.66/1.00 vMB 8
718,646 718,646 0000000000000000000b3a6985859f574392dc47b33b9d9c4f5624b7a0bcef92 685 0.41/1.00 vMB 5
718,645 718,645 000000000000000000039c854ae850af1e9d16b684085de2afab9bcffec68810 1,173 1.00/1.00 vMB 2
718,644 718,644 000000000000000000093f527c53c73e761a7cb8831ef00e066643759cb9d1ac 3,108 1.00/1.00 vMB 12
718,643 718,643 000000000000000000001cab1821f8b5ce71faccfde4d9ae11ab444c0dff979f 2,067 1.00/1.00 vMB 8
718,642 718,642 00000000000000000007e37d7b057749ba6c579f459f1bda822db0906f60c799 1,516 1.00/1.00 vMB 6
718,641 718,641 0000000000000000000a4de9bf8d88dbb0d4e9f04da1270ae7bd402d4b94e9b0 1,325 0.97/1.00 vMB 6
718,640 718,640 00000000000000000000a7471adf5754e82965baa7b8f815493a53c09c9c0869 78 0.03/1.00 vMB 4
718,639 718,639 0000000000000000000a887073a6589d16efe1cf9a3a8fd4507cdfc245bcd1ca 1,861 0.80/1.00 vMB 5
718,638 718,638 0000000000000000000481dc2ccc88959b5a9cdbeb73b12a6834f5f47f7cd15c 2,412 1.00/1.00 vMB 3
718,637 718,637 00000000000000000007a29b000ff78b146857ab555618d549ecffd0a9c9f700 2,732 1.00/1.00 vMB 19
718,636 718,636 00000000000000000004214cc815b91fb33e952637159168bd4d12e99e7b1b71 3,288 1.00/1.00 vMB 6
718,635 718,635 00000000000000000003b8f6d979f4258c9a0a26146ab6fb628181c62bd02036 2,888 1.00/1.00 vMB 5
718,634 718,634 0000000000000000000940afbeb8d753814362c0ad09c1262b56108057baff60 2,489 1.00/1.00 vMB 21
718,633 718,633 00000000000000000000dcbae8ac0592df6c707536dbcf24e7e21af2789246b8 1,179 0.44/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.40 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.