Loading Tool

Explorer IconExplorer

Memory Pool

81,660 transactions
31.26 vMB
0.07823939 BTC
Random Selection Loading Transactions
Max Size: 190.19/200 MB

Candidate Block

Mining Attempt eaa15f85a8c2a7f2fb9e9710da208bf46e33ea14ba2da399ffe29cf0710a1053
Version 20000000
Previous Block 000000000000000000004b3e7e5aaeab111493f0d06b8a6f97fdb08081d0f764
Merkle Root 7aad449fc57efc99acc647d7cec63553785a6f649e9bca4c9bcd1c91a8af0cd2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,216
Size: 1.00 vMB
Total Fees: 0.01068784 BTC
Feerates: 100.37 > 1.07 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,197 (391,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,222 523,222 00000000000000000029e71eb55c9f66798202c6910d2a89b743529595c55320 1,734 1.00/1.00 vMB 99
523,221 523,221 00000000000000000002e4a69242d83b50b5fa916547fbb31521e9dc4d583789 382 0.59/1.00 vMB 31
523,220 523,220 0000000000000000003e9ad8bca3525cfa2418fe49d2889ffee787b103461145 414 0.96/1.00 vMB 42
523,219 523,219 0000000000000000000a59dc151befcc6e79dada72877628f24a993e7ebe1066 1,580 1.00/1.00 vMB 59
523,218 523,218 00000000000000000031eb27dbfe9e40554a4e8c2a7cd67753f60d94bdb16b9e 82 0.06/1.00 vMB 33
523,217 523,217 000000000000000000300cc308b4ed6f5c4094c633d1817edb7410fd8da85dcc 452 0.17/1.00 vMB 73
523,216 523,216 0000000000000000002c27902240947e2690e02e4f9da5edc741001c253cdd1b 1,349 0.64/1.00 vMB 87
523,215 523,215 00000000000000000022b3f0ba7e53a9435ccb922abc5f93a0766a030974e29f 1,100 0.57/1.00 vMB 54
523,214 523,214 00000000000000000036466cd9e7aafb8f06b07ebef30178d56e65d4592c1a73 620 0.37/1.00 vMB 28
523,213 523,213 0000000000000000001e6bcfe71fc536c096b6b304eae80d20ddaedf5b9a3645 1,853 1.00/1.00 vMB 78
523,212 523,212 0000000000000000001b76e4231823e4d1e47017bf0f164bde90820dbede5239 43 0.02/1.00 vMB 80
523,211 523,211 00000000000000000003b83a79d1083f4b5b8ec2f2e0c10a9f1ffac86a6d0e83 2,279 0.95/1.00 vMB 43
523,210 523,210 00000000000000000033e8a9ca064543a75ac3dd929a42e50da752bb3a79ced8 2,094 1.00/1.00 vMB 61
523,209 523,209 00000000000000000042579e31f253a7a04844cd4e5fc27f6d234a7d38a238c2 2,194 1.00/1.00 vMB 86
523,208 523,208 00000000000000000028d1186d6dc9191a6ec93624141031e31814e22e75e0c5 1,995 1.00/1.00 vMB 94
523,207 523,207 000000000000000000309aad8c5e211eafa39d0d02a14eb05f9c7dd073fa13b3 173 0.21/1.00 vMB 5
523,206 523,206 00000000000000000012354a474da99ea12d4b8f586ef1110a96dc50a3b7a920 2,094 0.99/1.00 vMB 75
523,205 523,205 000000000000000000284ad808e6f63b4f83b9e1bfc29fd6ea37170f8e289e60 1,990 1.00/1.00 vMB 81
523,204 523,204 000000000000000000037c89a83dbebf49f1357c9feaf627a259ea6d17ef6fee 872 0.45/1.00 vMB 67
523,203 523,203 0000000000000000000ba7d8b956adb79fe8a5b57ec1fd824889ae56fc5eba49 539 0.27/1.00 vMB 69
523,202 523,202 0000000000000000002aa2569247db1066b4e681da50a3d22e0c3ad9eaceec93 61 0.02/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.73 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: 707.88 GB
    • Received: 16.71 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.