Loading Tool

Explorer IconExplorer

Memory Pool

31,383 transactions
25.16 vMB
0.08526369 BTC
Random Selection Loading Transactions
Max Size: 125.74/200 MB

Candidate Block

Mining Attempt 7c1f640cf90ffe5db1ce71406c9abe5abfd5b00b9050c10cef7fe26972109b6e
Version 20000000
Previous Block 000000000000000000001add1d4255d5d6c3338fec14caa760f6a5fe24cc9f9a
Merkle Root 03a0e97576e55b8bdbf0c63ec7b9857c687e1758d7458e4f9c2f88996b1a0cca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,583
Size: 1.00 vMB
Total Fees: 0.04001019 BTC
Feerates: 150.93 > 4.01 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,703 (352,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,713 561,713 00000000000000000026a87eccd0ed881a31fd06b86f8265a388d5839424a2c3 3,653 1.00/1.00 vMB 17
561,712 561,712 000000000000000000014728e503624e5c0aad42e9fff75c1d5cd3cba2540a35 3,421 1.00/1.00 vMB 21
561,711 561,711 0000000000000000000f0dfed8718e2db40469737ddd1d59fc19a5b1eb75b042 890 0.25/1.00 vMB 20
561,710 561,710 0000000000000000000b9a2ca2bb4c1ed93ab0830d9bc5d145d442747e134d4b 932 0.29/1.00 vMB 1
561,709 561,709 0000000000000000001be4941f89d2d5a5742742a912cdcb7f4c766761827948 2,752 1.00/1.00 vMB 15
561,708 561,708 0000000000000000001639ef6b93896d2eec32f2198477154de513fee1e33a5b 569 0.18/1.00 vMB 11
561,707 561,707 000000000000000000212a939e8aa6b00739877bee7e7364d0ad9d9df0a46c08 349 0.12/1.00 vMB 13
561,706 561,706 0000000000000000002514ff779fcbf3a2cfedba99e830334212111a7e94fc3a 273 0.10/1.00 vMB 17
561,705 561,705 0000000000000000002071278b61d0440b4c38eac60fc5d4a0a2de2b52ef6288 444 0.16/1.00 vMB 19
561,704 561,704 0000000000000000000e048da4fd44983781d9325114685c5762a8f6c654ac7d 3,205 1.00/1.00 vMB 13
561,703 561,703 000000000000000000116cd270ab06f1863d6e13d93e67ea551256567df51bff 2,859 0.92/1.00 vMB 4
561,702 561,702 000000000000000000142f9aa3748668de2aae57a3753e6c095e34842b8e71be 3,418 1.00/1.00 vMB 26
561,701 561,701 000000000000000000043a3051819e90c5ff110985552f3eb7bc34117dfc2571 1,421 0.81/1.00 vMB 5
561,700 561,700 000000000000000000106f7e915c0c92e4fd3273165246a72a049d22691331ff 3,177 1.00/1.00 vMB 10
561,699 561,699 0000000000000000002371cd14729ce7d86e9cf098eef7bd5269cb321c29ef3c 3,326 1.00/1.00 vMB 20
561,698 561,698 000000000000000000053f20e6a5d2121e872b73a457bc3677f4e04cc7fb1b66 2,939 1.00/1.00 vMB 5
561,697 561,697 0000000000000000001dfa5233df6f4c78a027ee5bb17c0be135740f124b8d66 3,071 1.00/1.00 vMB 9
561,696 561,696 00000000000000000024a5689c32d99bc4656be85466b88d0c0208b040ee69dd 3,359 1.00/1.00 vMB 27
561,695 561,695 0000000000000000001d82d855d03fea0029bdb40f5cb34bad443c717682adf5 3,355 1.00/1.00 vMB 5
561,694 561,694 00000000000000000016158ba8056e1df285acd89d94e52150fcb3bbafabb2a9 3,138 1.00/1.00 vMB 20
561,693 561,693 0000000000000000001e708d57635b0889a0d4a9cfec69b7006b01a4beca7b56 2,972 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.86 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: 642.35 GB
    • Received: 12.54 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.