Loading Tool

Explorer IconExplorer

Memory Pool

26,064 transactions
26.78 vMB
0.05470253 BTC
Random Selection Loading Transactions
Max Size: 128.51/200 MB

Candidate Block

Mining Attempt f930504f71a4558ae3d57b8b705b8dea2166793edbf008639f3344c350d41526
Version 20000000
Previous Block 0000000000000000000051c37b861c7bf429b2e91859f9ffd065f6499afeaedf
Merkle Root e4d1bc3f4f0afe6e339faab9b621c163261ec64cfa7295ff27b859735e8e9ba9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,088
Size: 1.00 vMB
Total Fees: 0.00441299 BTC
Feerates: 40.28 > 0.44 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,498 (679,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
235,068 235,068 0000000000000154c1e9cbfae7d4f1dc742ea1fe18eef08cd05436b1d70d4541 158 0.07/1.00 vMB 149
235,067 235,067 00000000000000593678aa5775111d41b052ad2c900e4afb3dcbd55a0d12d62e 32 0.01/1.00 vMB 119
235,066 235,066 00000000000001a09d78feb1945c4b0e1a1810b275f0164946ce9606ad91095d 77 0.05/1.00 vMB 136
235,065 235,065 00000000000000a3cdd3d1d3247f3a4240eb9aa608bf6b458364ca7d3dd6da26 499 0.23/1.00 vMB 125
235,064 235,064 0000000000000053ae1c0e420e4a5d1cff146dbf7ad10ca8d38581aeeae9716b 100 0.25/1.00 vMB 19
235,063 235,063 000000000000011d177dd2a6924bc65ce1a3adc3545eff2eeea8c2104f39cc3d 237 0.10/1.00 vMB 213
235,062 235,062 000000000000015ead971c4bee6f3989102dc69223d5d9e723c88b210fa681a4 211 0.11/1.00 vMB 136
235,061 235,061 00000000000000973378051195a50bb70e19b9438315ed3154125b43306bf24c 644 0.18/1.00 vMB 56
235,060 235,060 00000000000000c4371a3c3eee4200b45e3d3f3c8cfe13a4deee73aea4a709bc 386 0.19/1.00 vMB 133
235,059 235,059 000000000000008a8d13e83cc42253ee10012e38d3e2635d1f9a6d32cf79d3f3 737 0.36/1.00 vMB 136
235,058 235,058 00000000000000bee5576f86893ea4dea4e06e6945c876eef434f80559dd3288 245 0.08/1.00 vMB 74
235,057 235,057 00000000000000d91a88b61a35f903303b92add1661ba8cef76cd6d2b6f6b7e6 352 0.17/1.00 vMB 166
235,056 235,056 00000000000000ef239871a4b3c31a174a6759bbcad93bf3ed0b534639a12a6c 444 0.21/1.00 vMB 153
235,055 235,055 00000000000000906d2875d8ffcb67793525309752e7b02b68580ba73c569b60 620 0.30/1.00 vMB 137
235,054 235,054 000000000000011fc9e1a66ace23319150bbde63bf6eec3b5ca99480133ca9bf 334 0.15/1.00 vMB 155
235,053 235,053 00000000000000d4573193d4989ae5b10f4d7c107e7b0342b9a83b39f8f1c41b 398 0.19/1.00 vMB 155
235,052 235,052 000000000000018a0d38ecdd2d11fa7cc870d7e8da304d71ee53428585602cba 232 0.15/1.00 vMB 132
235,051 235,051 00000000000001a542d9025a6930827afab90973f7085e4cd13107b30990f735 494 0.23/1.00 vMB 166
235,050 235,050 0000000000000142e069cf1e79ac73f6c849a44301031efc736d1fd05fa0497d 326 0.25/1.00 vMB 104
235,049 235,049 000000000000015f9fc9be0be826af240ff87c47727b6540d77878af1a0e0d3d 66 0.03/1.00 vMB 161
235,048 235,048 00000000000001955c37d9f36017572420eb1bc731bd0381de429d08ee98c143 144 0.15/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 781.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.00 GB
    • Received: 10.95 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.