Loading Tool

Explorer IconExplorer

Memory Pool

44,586 transactions
28.45 vMB
0.07508113 BTC
Random Selection Loading Transactions
Max Size: 150.41/200 MB

Candidate Block

Mining Attempt e5750285326a7f15746e60b1a7c79b3b35163e878132c74255fba85f24bc84b6
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root aef26e1b1df426b918e0fa524d1d842f4d835831971a0357428d8c15b2106619
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,520
Size: 1.00 vMB
Total Fees: 0.02120333 BTC
Feerates: 100.23 > 2.12 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (376,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
538,055 538,055 0000000000000000002a8e1ab11b553373a5e39a5c0324e136e5df9d6d471570 2,163 1.00/1.00 vMB 5
538,054 538,054 00000000000000000001c60ef9b7adc3cfc1f44804b0fc1ae2ccfb308fc9f020 2,872 1.00/1.00 vMB 34
538,053 538,053 0000000000000000000bd7c4ee96cf6cc4c910835f81caac8a6077606028bc20 530 0.31/1.00 vMB 17
538,052 538,052 00000000000000000021e63124cb817e3a91ed01be47b58479fcbe5ddb8617e0 807 0.39/1.00 vMB 18
538,051 538,051 00000000000000000003c7e251836537401ec2099b1fb72eb488b254ebc678d5 2,351 1.00/1.00 vMB 4
538,050 538,050 0000000000000000001aa3d12b4455abe2e6de380ab819b1802df1ade5cd36f5 3,064 1.00/1.00 vMB 39
538,049 538,049 000000000000000000168317640b88b288ee13b849a4d67c1b6e22d3b5b69d33 1,110 0.40/1.00 vMB 25
538,048 538,048 00000000000000000018b20a243bb5968d8b1604671b88c9d955b1b47798772c 1,577 0.55/1.00 vMB 22
538,047 538,047 0000000000000000001e8f9b72ece6c65f74410f6f3f0bac331bb05cf08d8da9 2,582 1.00/1.00 vMB 20
538,046 538,046 00000000000000000015cc4ddcac0996ad6ee78c5cb08d60677efec4f4c38abf 1,699 0.62/1.00 vMB 19
538,045 538,045 000000000000000000170f7f9a52888e2fb9384f4854a7962011523abcdeecec 566 0.20/1.00 vMB 23
538,044 538,044 00000000000000000024335f842e420b473dd8d6eef820c3df6bf0b1d3732414 2,410 0.92/1.00 vMB 21
538,043 538,043 00000000000000000022f5b87cfefaf4370ae8ae3f302b2a0ca0bab370277a66 1,344 0.57/1.00 vMB 13
538,042 538,042 000000000000000000264dba2aea9dd119f8dc16dbe1f86855201ef2714e1d0a 1,545 0.78/1.00 vMB 26
538,041 538,041 00000000000000000006ec6eaf680b5a183a7bf03c6a10ed4de375bac1e626f7 1,021 0.40/1.00 vMB 15
538,040 538,040 0000000000000000001a45d6ae36118416a332e1a4e29e98f2387b3500c8de8a 1,396 0.61/1.00 vMB 22
538,039 538,039 000000000000000000065b7ef34c2223aff1e1e4b3e40c8044ce2957389c89b6 299 0.28/1.00 vMB 7
538,038 538,038 000000000000000000292fd5369fb53ecd147f2406cc4dd3f3dab0f76a13e101 2,032 1.00/1.00 vMB 18
538,037 538,037 000000000000000000045353106ddcdf81fcf8ac17ed99a8241c6b5c348bcab9 787 0.37/1.00 vMB 16
538,036 538,036 00000000000000000021ea06a6616014a8b0f37ce35a187fec281110b9d8ced3 1,605 0.75/1.00 vMB 18
538,035 538,035 0000000000000000000b54b52b2364f1afca367141514fef203d5781aa2f2ff5 1,642 0.59/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.10 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: 651.69 GB
    • Received: 13.63 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.