Loading Tool

Explorer IconExplorer

Memory Pool

40,687 transactions
28.43 vMB
0.13997521 BTC
Random Selection Loading Transactions
Max Size: 145.30/200 MB

Candidate Block

Mining Attempt 83e82190305d6544aff4f44f7671cb71a3fa3bd93bd7b430b359eb8fc571d261
Version 20000000
Previous Block 0000000000000000000024b6183bd80aeb2c50feadbe74d837f0ef1fca0de972
Merkle Root 0eaf079b7b6e7bb287c6886652f5ea8c3fe60169a9342ebe56ce69affe23b85a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,960
Size: 1.00 vMB
Total Fees: 0.08507823 BTC
Feerates: 102.90 > 8.53 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,632 (351,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,926 562,926 000000000000000000151558e73464af6666f13ceb6bd45048425994d7357566 3,358 1.00/1.00 vMB 4
562,925 562,925 00000000000000000024d307a6d317ab61db964d5c062fac7be3c5ecbb7741a2 2,563 1.00/1.00 vMB 18
562,924 562,924 0000000000000000000afd6114173e898d631eebf6e4ee3b99d2f087432df7e7 3,757 1.00/1.00 vMB 40
562,923 562,923 0000000000000000000f1cff55efa1c8091687affa79ef9a038b2e4b284a770d 3,182 1.00/1.00 vMB 15
562,922 562,922 000000000000000000073947269ab50c93caf94496afa5be3d5bdf31c3e2f1bc 3,236 1.00/1.00 vMB 13
562,921 562,921 0000000000000000001dee9ad59008832720e4724bec4b0dc28a206999dd74cb 2,292 1.00/1.00 vMB 34
562,920 562,920 0000000000000000000762e50871f310b58fb42ec1af00930947703eb993a4af 764 0.27/1.00 vMB 15
562,919 562,919 0000000000000000000fd7fa302104f84d8882573b2897ed6a9f42aa1c0eee92 3,285 1.00/1.00 vMB 8
562,918 562,918 0000000000000000002d900d6dcb8966b790a56056fe8d26dcd19637db46f88b 3,311 1.00/1.00 vMB 29
562,917 562,917 00000000000000000015b872d608ae98c775de0fb9127df30ac4aab2c655d5e9 1,007 0.31/1.00 vMB 22
562,916 562,916 0000000000000000000e84bdbb95ab910e45ced32e447be2772ef4b03eaad1ae 2,189 1.00/1.00 vMB 14
562,915 562,915 00000000000000000013a6865ec3780121dafd58dfcdefedc3569fb452881df5 3,180 1.00/1.00 vMB 17
562,914 562,914 0000000000000000000156a783af0a048d6d5e404aad427103fd9f23a6d66a30 3,137 0.99/1.00 vMB 8
562,913 562,913 0000000000000000002b98d38a283249e8da7a111e4d1fd7ff0b81188671ab8a 3,199 1.00/1.00 vMB 21
562,912 562,912 0000000000000000001523d3a284a054eba379dbd6fba066baf10da286f2cc85 3,257 1.00/1.00 vMB 27
562,911 562,911 0000000000000000001f312cbf6ad04476fef0b9fd1b18e4ffa261546f18df5f 2,865 1.00/1.00 vMB 21
562,910 562,910 00000000000000000008946b5e08cb5909ac8c815c0be4a66278b70cd9020d5f 197 0.05/1.00 vMB 20
562,909 562,909 0000000000000000001320d9b6f65f79ed6c0218c1bfe30c393594db1c889fe7 1,188 0.45/1.00 vMB 24
562,908 562,908 00000000000000000019478d5144610fac8fb1f8b71235635fabf97f80bd20a3 963 0.49/1.00 vMB 24
562,907 562,907 000000000000000000124c77c4c4bff67edfe401cc0d273194f73fd3c32e1ad3 1,227 0.36/1.00 vMB 19
562,906 562,906 00000000000000000007f581b5d06d2d63ae47f5b4506361fe9a02d969854780 253 0.07/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.74 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: 630.38 GB
    • Received: 12.03 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.