Loading Tool

Explorer IconExplorer

Memory Pool

79,091 transactions
29.58 vMB
0.07147006 BTC
Random Selection Loading Transactions
Max Size: 177.81/200 MB

Candidate Block

Mining Attempt 5320fd030a76a43c52e89afb47fbdcbfb9978ea97cfa38b0cb0a959887466bc5
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root ee8300c3a635523f58aff87682fb7511a81ca6bda8539b44d7e2c4c6b79d565e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,570
Size: 1.00 vMB
Total Fees: 0.01139112 BTC
Feerates: 60.27 > 1.14 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (344,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,131 570,131 0000000000000000002acedd43c3247393b80cf1489e7aa275fe769b337bf958 2,596 1.00/1.00 vMB 45
570,130 570,130 00000000000000000025d48b7e671418ec2a6281baec7d1840d8fee463140eec 2,626 1.00/1.00 vMB 64
570,129 570,129 00000000000000000018ea32cacb1c894359c874b18c0988f3dd4bd3b6d3a33e 1,448 1.00/1.00 vMB 108
570,128 570,128 0000000000000000000415ebb64b0d51ccee0bb55826e43846e5bea777d91966 2,871 1.00/1.00 vMB 130
570,127 570,127 000000000000000000047992e5b607bbd3da09da7d28ef6d2c0f56c972e69a80 1,935 1.00/1.00 vMB 125
570,126 570,126 00000000000000000017354b4886fe58d3f30b68f1e3c4506d40d7ba986ba3ef 3,277 1.00/1.00 vMB 121
570,125 570,125 00000000000000000026590eaeecb66cab0fdc23b48758dead65058c5bce6f88 2,804 1.00/1.00 vMB 56
570,124 570,124 000000000000000000129d96d13d887dc9b84532175b7d0046e2b49868079283 2,275 1.00/1.00 vMB 86
570,123 570,123 000000000000000000047495cab05f5f50aa346cf5b65dd7e0a346583069afc3 2,068 1.00/1.00 vMB 64
570,122 570,122 0000000000000000001336db3e1a51a0b5a18a1255abfc977230da1e417ec77a 2,235 1.00/1.00 vMB 67
570,121 570,121 0000000000000000000deb12179d754d7373caee65278bf920a04463a8e70b4c 2,754 1.00/1.00 vMB 99
570,120 570,120 0000000000000000002aeb06364afc13b3c4d52767e8c91db8cdb39d8f71e8dd 2,848 1.00/1.00 vMB 85
570,119 570,119 00000000000000000021657c8d345f4aad4c2bdf965dea7807a1566cb8d9c0f4 2,311 1.00/1.00 vMB 79
570,118 570,118 00000000000000000003222833fcb169e3b2cf00e67c22eec62e3763f5313b42 2,954 1.00/1.00 vMB 109
570,117 570,117 00000000000000000021381283924ed0b359352952a54974cd079de275bca5bd 2,999 1.00/1.00 vMB 149
570,116 570,116 0000000000000000001bd2752f3da1ba44d147fab69ef3d4f40f5475462eeb93 2,607 1.00/1.00 vMB 108
570,115 570,115 000000000000000000085f00e42f56a47992c56d9d42a2a362001293a0bae174 2,596 1.00/1.00 vMB 122
570,114 570,114 0000000000000000002b6ea1884bd87e8a17a2274a64aa94aed0c49f32e44391 2,801 1.00/1.00 vMB 112
570,113 570,113 000000000000000000197f688e23bb379264b4f6d75ce1df59f1e075c612f4d1 1,661 1.00/1.00 vMB 52
570,112 570,112 000000000000000000037f24ca2a69f2fc06ff3e2c04ae2fa437aae9e17c5d30 2,516 1.00/1.00 vMB 80
570,111 570,111 00000000000000000018c39a2cae6ab46aa0e8982e58d505d31f43b790f7c98b 2,959 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.