Loading Tool

Explorer IconExplorer

Memory Pool

80,511 transactions
30.45 vMB
0.09106555 BTC
Random Selection Loading Transactions
Max Size: 185.42/200 MB

Candidate Block

Mining Attempt 1c5550199449148ae09c11ca78be65d220e6e90ef9e1001d80645fad91d7198a
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root f1fc57f45d9ee5d2e78731d4bac57b06ab718310c94e7c3c8e92b0d0a4f09b6e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,360
Size: 1.00 vMB
Total Fees: 0.02274463 BTC
Feerates: 200.89 > 2.28 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (481,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,961 433,961 00000000000000000210b253f931338850902f255072679c156747d1fbb3db5d 2,192 0.93/1.00 vMB 77
433,960 433,960 00000000000000000195f4da2f5349c36aa534a6a2481ad880862bf2708c5015 562 1.00/1.00 vMB 27
433,959 433,959 000000000000000002a7ec71125db99afc3fa1ea7c230864d7dfb35c04a26d34 1,172 0.80/1.00 vMB 32
433,958 433,958 00000000000000000419ceadbfa5dad0f969f4991d5496219564aec3b6b1483c 2,323 1.00/1.00 vMB 53
433,957 433,957 000000000000000002bad3ca308e129d585030e280d186082c8dabc02900b291 1,214 1.00/1.00 vMB 34
433,956 433,956 000000000000000002657475ec006031c4087f51b0b2f85fe42bc00f88bc36da 1,658 1.00/1.00 vMB 38
433,955 433,955 0000000000000000042d152ab381cbbeb3d912dfc3593b807122593d7afe84ba 1,240 1.00/1.00 vMB 37
433,954 433,954 000000000000000002a071ab9ce82022b9b8209fde8fc5fa1f44a7874be9aab7 1,704 1.00/1.00 vMB 38
433,953 433,953 0000000000000000035669f6369c8f7dd8b473fb820af6cf2efda479db3c044b 2,036 1.00/1.00 vMB 58
433,952 433,952 0000000000000000021d5a72eee79b8a2b1cc213a2b5e95f4aa2159817244e55 2,101 1.00/1.00 vMB 45
433,951 433,951 0000000000000000016c15cb5fb11806953563c3aa18b2a3c78ef8e7557d4925 1,995 1.00/1.00 vMB 60
433,950 433,950 00000000000000000049272e0f367253a49045e59dacc96c07189848a1956cb1 2,211 1.00/1.00 vMB 53
433,949 433,949 0000000000000000019c4fec499ca22c5b34a5d7a2b10399b3c57404e1ad201e 2,688 1.00/1.00 vMB 81
433,948 433,948 00000000000000000197e8e27cbd8d46810f6e756719d5754cba613102329792 2,203 1.00/1.00 vMB 59
433,947 433,947 000000000000000001882633e241c41507b322688c8be96924c9c27699aeead8 1 0.00/1.00 vMB 0
433,946 433,946 000000000000000002f15b98ea4be357913b7c264cd8fa05329c5885d1624e99 2,361 1.00/1.00 vMB 70
433,945 433,945 0000000000000000018a1046d1134e9cbbc60831b09adfe68f2402d32f5c0efb 2,037 1.00/1.00 vMB 64
433,944 433,944 000000000000000003030c32888ddc1f37f8650393efd8c040bc067110140253 2,151 1.00/1.00 vMB 74
433,943 433,943 00000000000000000378f31d0418b184cdf59b0c54a733932a9be5a871a1fa4c 2,041 1.00/1.00 vMB 82
433,942 433,942 000000000000000001dec59a5dddc86328a568bbd3c715a0acda8dc0a4e401a6 1,932 1.00/1.00 vMB 88
433,941 433,941 000000000000000001db0f6d38e1a4214a2f14bfbc1cb273b93bd24284a879ab 1,457 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 783.05 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: 720.59 GB
    • Received: 18.20 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.