Loading Tool

Explorer IconExplorer

Memory Pool

86,314 transactions
32.89 vMB
0.07556788 BTC
Random Selection Loading Transactions
Max Size: 196.02/200 MB

Candidate Block

Mining Attempt 65d5e8e2e4773e0d607e67f34a820b7326ccc97e64586f9636cfc5085673430d
Version 20000000
Previous Block 00000000000000000001120b3e90121a7d53199734640ccdc9413977ac8b9735
Merkle Root ae7d23f4f2906d9c5b4068201d876b557e6b9835acc4367ce0398e796e2059fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,078
Size: 1.00 vMB
Total Fees: 0.01027425 BTC
Feerates: 151.14 > 1.03 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,947 (253,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,659 661,659 0000000000000000000c531fc9025ffc35e19e99a6bac4ad47804f7b3baac471 1,459 1.00/1.00 vMB 76
661,658 661,658 0000000000000000000214e6cf8804ac7abc197530b183668fcd4e097f307b6e 2,287 1.00/1.00 vMB 94
661,657 661,657 0000000000000000000af7167c4435d1a17676ea3f553e2ebe254478b9f3ef03 2,532 1.00/1.00 vMB 85
661,656 661,656 0000000000000000000d94902f49e041b352d8208930a1efadfe5499d5c722d2 1,496 1.00/1.00 vMB 81
661,655 661,655 0000000000000000000502d724535ddd51050f4592e0501cc09fb207e2d60bd4 2,741 1.00/1.00 vMB 80
661,654 661,654 0000000000000000000664c316503446d1ffa630aa5e862a89867515c61a6077 2,045 1.00/1.00 vMB 80
661,653 661,653 0000000000000000000d8580fd4245c31907f5b1ca8e402d0aec9c82460047d5 2,671 1.00/1.00 vMB 77
661,652 661,652 000000000000000000042d187cbac723693d51a7428cd56dca284fa8b413c59f 2,547 1.00/1.00 vMB 79
661,651 661,651 000000000000000000094cd9add417349de6e16cae7b692ac85d8b7edb704e94 2,094 1.00/1.00 vMB 85
661,650 661,650 00000000000000000009e3430443254044c325a1b8dd6e10b4bd684481490232 2,624 1.00/1.00 vMB 107
661,649 661,649 0000000000000000000547b9c4c4d0b947fc8d8dd23a2173150e8404e1ee51bc 2,839 1.00/1.00 vMB 88
661,648 661,648 0000000000000000000ce0bfe2fbfaccacaf974b4982ddae4b8ba5c37c71525c 2,605 1.00/1.00 vMB 91
661,647 661,647 000000000000000000025fcd5a7302e3cc02a8044cb85fa73c7fe2aa559e837b 3,031 1.00/1.00 vMB 102
661,646 661,646 0000000000000000000e588af5aff5f509b71b35af9b16ac4c2bfaea18094a79 2,744 1.00/1.00 vMB 89
661,645 661,645 000000000000000000088506ca1efc3f37fed22feb92bcd12c5a1a07e87b3c99 2,877 1.00/1.00 vMB 97
661,644 661,644 00000000000000000009dbad4db6b97d8e2e46d18dfe2b7f870e4dffafdb6ef5 2,638 1.00/1.00 vMB 84
661,643 661,643 000000000000000000099a3e8a08561df516946055f6224bcfdcca60f908d2de 3,007 1.00/1.00 vMB 81
661,642 661,642 00000000000000000005bdb80e38d22bf657ab75131b745a2b7c5235e9c95e21 1,970 1.00/1.00 vMB 85
661,641 661,641 000000000000000000062f8c508e3c8c0db13c49c1d4e375c15431a728d48b7e 2,689 1.00/1.00 vMB 104
661,640 661,640 0000000000000000000b7e1460c7207f1235cef2f41ef5f9733af588acfd7acd 2,768 1.00/1.00 vMB 77
661,639 661,639 00000000000000000001860522b1c27c244c160e1b0de11283563ac47117b498 2,580 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.29 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: 657.32 GB
    • Received: 14.52 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.