Loading Tool

Explorer IconExplorer

Memory Pool

78,383 transactions
29.35 vMB
0.07986296 BTC
Random Selection Loading Transactions
Max Size: 179.87/200 MB

Candidate Block

Mining Attempt 7180c5ed7ccbda1230894f049e93318ad957b1dfa513b987753873278912de31
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root f14b81de434ba42f0eea87bdda9cd5784f3a3ec754efa145018262f9ce52f9fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,376
Size: 1.00 vMB
Total Fees: 0.01554249 BTC
Feerates: 73.20 > 1.56 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (230,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,202 685,202 000000000000000000023bbfd8ad11ea1b319b13c2dba1961492d3fc6d2062f6 2,444 1.00/1.00 vMB 84
685,201 685,201 000000000000000000042bbc3f7d5873c8a9a3f01a0a4c9684b9a3f242211a7f 1,263 1.00/1.00 vMB 58
685,200 685,200 00000000000000000005d76271da00b8833c1e6f69074d2bd93fcbc8a499fe3e 2,102 1.00/1.00 vMB 84
685,199 685,199 000000000000000000038289a67638e007c0b93433808b81043a58239b48bbef 2,705 1.00/1.00 vMB 121
685,198 685,198 0000000000000000000911d8ee482ae68feabae6daf81ccbebbb7f644536c608 2,427 1.00/1.00 vMB 71
685,197 685,197 00000000000000000006b56b832eadfc17cdfbd8d13a34dd6eaa6635128c6793 1,466 1.00/1.00 vMB 48
685,196 685,196 00000000000000000002cf81cc1d17f54ac27c3d6947544692098abe6e99c109 2,503 1.00/1.00 vMB 68
685,195 685,195 00000000000000000005fce1abdf0d36d83bb18e6c824848568927bc182b2301 2,985 1.00/1.00 vMB 51
685,194 685,194 00000000000000000001b2d2d10296ee1bb03b224d5b556d11e10a39d4b5e1e5 3,035 1.00/1.00 vMB 58
685,193 685,193 00000000000000000008c6f7c22988504790ae27d3f843c37afad3127c5df61d 629 1.00/1.00 vMB 68
685,192 685,192 00000000000000000002e74554c06f57194d3d6d176910084e3c4fd47a810294 2,587 1.00/1.00 vMB 98
685,191 685,191 00000000000000000003e6660a7156957dddfa3a79c23a32f08ba5fe51c3dec6 2,721 1.00/1.00 vMB 80
685,190 685,190 000000000000000000048edd5641448e87cdead3fb815cd0ec9791c61ba4956e 936 1.00/1.00 vMB 60
685,189 685,189 00000000000000000002f6eaf5dfb9f8dcc1f8ad971ae32094a12a828ed193d2 2,925 1.00/1.00 vMB 61
685,188 685,188 000000000000000000045758e41f2bd8a200b8a972c21cd57b989878cad47a6b 2,709 1.00/1.00 vMB 81
685,187 685,187 0000000000000000000044523fc11a9ce784a7a5895364c66d44288c5bc7f1fd 2,590 1.00/1.00 vMB 103
685,186 685,186 00000000000000000001b1ce225e1edb5f19b85f6e2f866c05a75be750734856 2,805 1.00/1.00 vMB 111
685,185 685,185 000000000000000000095205733fc5d97d6e8335cdb17deb8b0603c5c3ed0a74 959 1.00/1.00 vMB 64
685,184 685,184 0000000000000000000355432dabd03dbbc51d80f5a4ed104d53ab4b2b17dada 2,947 1.00/1.00 vMB 63
685,183 685,183 00000000000000000006b8dc54a09d565e87b049abcb88389ca8f36fbf51f71c 2,831 1.00/1.00 vMB 62
685,182 685,182 00000000000000000009bfaf30950c3adff3abb80c535bcb04327c9a225263bb 569 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.81 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: 710.18 GB
    • Received: 17.04 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.