Loading Tool

Explorer IconExplorer

Memory Pool

80,714 transactions
29.83 vMB
0.06788178 BTC
Random Selection Loading Transactions
Max Size: 180.03/200 MB

Candidate Block

Mining Attempt 5be7e3d1f7c96f98ace74fe7b11aeb0af00139c5af43bc7e380cef302bfe95ca
Version 20000000
Previous Block 000000000000000000017c2946f942e619550ccc2727f15be648c71ce8591f72
Merkle Root 216448bb68a6fbd38113336ce4327c972bcab6ee8a34ad2f721966a6c20d1b15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,562
Size: 1.00 vMB
Total Fees: 0.00712653 BTC
Feerates: 34.33 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,977 (196,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
718,058 718,058 000000000000000000017af1a3b236e8819cf9bf1bfae2443eed38861aeaec2a 2,867 1.00/1.00 vMB 16
718,057 718,057 00000000000000000007e0712b423f31046db62039e166d6fef0a11a2cda3bbd 2,448 1.00/1.00 vMB 11
718,056 718,056 000000000000000000075901e6e712ce9f2a8b0330802b6c0d85ad99d008fd83 3,348 1.00/1.00 vMB 14
718,055 718,055 0000000000000000000968adbec7e5a0436bca0e871eb6eb3cebf86d0e609dc6 2,164 1.00/1.00 vMB 7
718,054 718,054 00000000000000000006f24b9bf12a14fda1e3796041c81e0159278432b38c9d 1,559 1.00/1.00 vMB 6
718,053 718,053 00000000000000000007eb2371ae36bde413df815dc6a2ff903324bb4b2f1a31 386 1.00/1.00 vMB 2
718,052 718,052 000000000000000000041f64a5fba14c1ffb29010ac6a5c0c61e07bff6e6276a 2,780 1.00/1.00 vMB 5
718,051 718,051 00000000000000000009c383f537e54a726418426b670005657110006cd5f6e8 2,563 1.00/1.00 vMB 12
718,050 718,050 0000000000000000000a09b5f367330c679379855a01580239be3284fc1e64b6 2,874 1.00/1.00 vMB 8
718,049 718,049 0000000000000000000326b3a689ef0b24ce685dcf7017f9f85fbb5595684f75 3,550 1.00/1.00 vMB 21
718,048 718,048 0000000000000000000af87f9d27015b07b8b2c125258b87323cc2858b71304b 2,959 1.00/1.00 vMB 11
718,047 718,047 00000000000000000007a3947caabf0de29008adcfd7a5145252535ff038c135 1,638 1.00/1.00 vMB 6
718,046 718,046 000000000000000000063cb82335eb16f0574e71b65f128edb9a87f1401d2f87 2,163 1.00/1.00 vMB 9
718,045 718,045 000000000000000000054a6be4510b30f98fb237258ff40d244aeeb519ec4498 2,413 1.00/1.00 vMB 4
718,044 718,044 000000000000000000035bacef59586bf7ef766982371eec5df4eadc1add1f55 2,229 1.00/1.00 vMB 7
718,043 718,043 0000000000000000000a911de0fa3bb1cfcd7a80fd32e9400312dc9cac2dae0d 1,826 1.00/1.00 vMB 11
718,042 718,042 0000000000000000000b0d41fc3fb2070549bd76a91dea089a6005116947cc6c 2,649 1.00/1.00 vMB 8
718,041 718,041 0000000000000000000af6d592615c4deba5158bd33f870214fa7177e1b758b9 3,796 1.00/1.00 vMB 8
718,040 718,040 00000000000000000005b04a66d3059e099e891437b865d21d13e6c3298f35fe 3,296 1.00/1.00 vMB 6
718,039 718,039 00000000000000000005855c24e7fae7e17b8a2ec27237e01808a1b8a351c38b 3,040 1.00/1.00 vMB 18
718,038 718,038 0000000000000000000423879c3987ba3ab861ad618771f6fc1d8436d2f6b431 2,811 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.35 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: 662.19 GB
    • Received: 14.84 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.