Loading Tool

Explorer IconExplorer

Memory Pool

14,825 transactions
7.48 vMB
0.06811192 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.81/200 MB

Candidate Block

Mining Attempt dbeacf87696346bb50af871bbf44a3a1590d029afa6b5697f649375ca4064ad7
Version 20000000
Previous Block 000000000000000000014105dee4cd37c7a5f23cb629ce890083c2cdae74e30d
Merkle Root 2360876d9b80e2b035f836c18fc45b0786245f9c6fbe727809f4f99fe164262a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,859
Size: 1.00 vMB
Total Fees: 0.05337854 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,437 (698,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
215,041 215,041 00000000000001b24315329c9d4c1df063c97d4532d5b4ddf6d94abb98e820dc 12 0.00 vMB 182
215,040 215,040 000000000000025c5ecd38cff3c0663e3aeeba8a418058d4384ddb82793c67d0 635 0.20 vMB 249
215,039 215,039 00000000000003d15eccfa7f3f9bf2d5e8aee4e1ceb72f4bba4b6f258bfca3d1 544 0.27 vMB 170
215,038 215,038 0000000000000366490c0df446051be6d4bf0b7556c1c9d8bee7a9c468df7ac9 350 0.17 vMB 142
215,037 215,037 00000000000002836532b0e5ebcd88c3c90bf0c9287f58a933f2ac308ebee5c0 763 0.42 vMB 149
215,036 215,036 00000000000001edcbb40f83abb0312270199fce905717682feebafa2b6f2858 39 0.02 vMB 154
215,035 215,035 000000000000002439057b24109d1926f53f4305f38ee94fe53e35401e99f66e 84 0.03 vMB 50
215,034 215,034 00000000000003e345fdb9929d823406c005908ecb5c1f3da289239bece6b570 516 0.22 vMB 160
215,033 215,033 00000000000001697da0d6fc5da95c1383d047132d2de0fe39f6aa5989dacc32 518 0.25 vMB 176
215,032 215,032 0000000000000460592d383b7e7b9838ba305bd02333d50e8f88fc6a4d05b2db 658 0.25 vMB 213
215,031 215,031 00000000000002668e03908f902fca5ed2c76d8f0cb247d3b8d4ace114788586 810 0.25 vMB 454
215,030 215,030 00000000000000e409a6a70aa393fbc834aeb25e21ab1242d0c4fbe5291a3a8e 673 0.25 vMB 231
215,029 215,029 000000000000040fd39315adb972364e8ff16efdab370e277baf645ecb78c85a 556 0.20 vMB 212
215,028 215,028 00000000000005445168673918abf857f98a78c9795920c829f23ea0ca85cf4a 10 0.00 vMB 355
215,027 215,027 000000000000046c683cd973a2ea46d217d1583497ca8e1a0ba400b5e1395975 64 0.02 vMB 185
215,026 215,026 00000000000004259387ca96016ca8e0d8b205db01424525796d076b86afbd96 259 0.13 vMB 144
215,025 215,025 000000000000001ef708d1ae360d09fb7d4951aa256a67cfbd2991036e40b59b 74 0.07 vMB 83
215,024 215,024 0000000000000027caa4404df9834f507028f6c2034935c0f8f333fc3da280c5 138 0.09 vMB 126
215,023 215,023 00000000000003434070bb3c0dc00687eea09840aa5dbb4f375b7a574b88ef10 696 0.25 vMB 205
215,022 215,022 000000000000006b35d4777ad8ae141c4b81eecfab7279610be0ed370e84f5da 259 0.14 vMB 146
215,021 215,021 00000000000001d6ad8f999849e9db989807b75e17940a86219bd786d6a27ee3 256 0.07 vMB 240
Previous 10 blocks ↓
Total Size: 779.63 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: 303.11 GB
    • Received: 1.37 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.