Loading Tool

Explorer IconExplorer

Memory Pool

46,449 transactions
28.08 vMB
0.08795650 BTC
Random Selection Loading Transactions
Max Size: 148.70/200 MB

Candidate Block

Mining Attempt 97ee1032fa69543d9888952178c8867629b899f07bac6561925fe3a0ea0de56b
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root b2e5a4f081d3d1db267769b632522e37fb6aa1cdc3dc15809047a1aa6143d224
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,229
Size: 1.00 vMB
Total Fees: 0.03270803 BTC
Feerates: 181.54 > 3.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (394,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,128 520,128 0000000000000000000834bbe36f81bf8cbde1eec39bf535f8c1c0f4859a1f82 1,953 1.00/1.00 vMB 65
520,127 520,127 00000000000000000042d89446b9043387be2d4c09aa9e9524176c5754616510 1,272 1.00/1.00 vMB 36
520,126 520,126 0000000000000000003960a5e03440c483acafb1c272d7fd88557c7886ae3949 1,242 1.00/1.00 vMB 49
520,125 520,125 000000000000000000166c85c55963f0d3d0ea8ed07cdafc8e543fe2f4169261 2,033 1.00/1.00 vMB 74
520,124 520,124 0000000000000000000067d3e90f863f45dc44d2c185df4dbc8b4a05dd7cd734 2,810 1.00/1.00 vMB 67
520,123 520,123 0000000000000000003eb22012895f352c6e1f1cbb4f362b424dad89709012ac 2,209 1.00/1.00 vMB 126
520,122 520,122 000000000000000000198bade14f6ddb7d8f6d5033c48a8a17ca3697516ecefe 1,077 1.00/1.00 vMB 4
520,121 520,121 00000000000000000024e83c7db4dbb27d00f0098cb27e0aa4db56c9e61ba52f 425 1.00/1.00 vMB 35
520,120 520,120 00000000000000000035f30fed21df2416308328145fdcc132db6439ffb3bb8e 1,118 1.00/1.00 vMB 68
520,119 520,119 00000000000000000034aed0bab7cb9e8f1950d181169e794aadee722e7d160b 141 0.10/1.00 vMB 37
520,118 520,118 0000000000000000000d2f8e4eaeff48f2f24dc0c65c8c9e24e06b50480b707c 512 0.37/1.00 vMB 66
520,117 520,117 000000000000000000489bb989a5b530b01d763d00eaf840956e65099fbdeb33 828 0.83/1.00 vMB 19
520,116 520,116 0000000000000000000c7c82fe2bb5a03e35a77eef5cc6cebf533f37e36f9561 1,255 1.00/1.00 vMB 40
520,115 520,115 0000000000000000000f2f5b0686747ce285bc0b128ed0372c3c42697816c77e 1,931 1.00/1.00 vMB 78
520,114 520,114 00000000000000000046164df53315cc681542cdc8fd9ff1e550b6cfa424f8a7 1,607 1.00/1.00 vMB 62
520,113 520,113 00000000000000000003d1e7e7b8a82a358794c1df26821df9f7cc5fd4e0c15a 711 0.62/1.00 vMB 46
520,112 520,112 0000000000000000000961c7da07653ae05d95fa55a648c7339ed9c1b2316db5 509 0.36/1.00 vMB 37
520,111 520,111 0000000000000000002ffcaedf681bb4c61538521185b4cdd50aa1bdefa19485 891 1.00/1.00 vMB 16
520,110 520,110 0000000000000000003ac14516c856e41ce978e43deb8439d5b3a228f3944f72 1,402 1.00/1.00 vMB 33
520,109 520,109 000000000000000000207b7415a2a4ca10abfbf9fecbf8be108166679f16f0f8 1,493 1.00/1.00 vMB 44
520,108 520,108 0000000000000000002d36b1af9f4b3ceca785a2a164fa7e665970e5aa432ea8 1,568 0.69/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.25 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: 655.59 GB
    • Received: 14.33 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.