Loading Tool

Explorer IconExplorer

Memory Pool

81,540 transactions
30.00 vMB
0.09000506 BTC
Random Selection Loading Transactions
Max Size: 181.12/200 MB

Candidate Block

Mining Attempt 5fbd1a2b8fcd9af13bac795d3f2ac747d55f01b15c5e24a4a129c3f8ac527f27
Version 20000000
Previous Block 000000000000000000000566719f650a5928fbb1a01177f015bdbcdec5c3c5bc
Merkle Root 66cf805b9a20c43efe5898caabda773f31c60b8a9ca6049c3b8b50a09bc1223f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,429
Size: 1.00 vMB
Total Fees: 0.02864350 BTC
Feerates: 502.62 > 2.87 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,965 (501,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,872 413,872 000000000000000003e141ddc3ecc6b2d9119df23fdf0b53915cdb504c5878c3 1,499 0.92/1.00 vMB 37
413,871 413,871 00000000000000000283142b590caf17566264290177c61a6db10b3d26f9d18d 675 0.40/1.00 vMB 42
413,870 413,870 000000000000000001a2e6679f372c8560f3230b31f94361c1876241c614180b 1,234 0.61/1.00 vMB 50
413,869 413,869 00000000000000000333fc26cebd39b60e99977fd065b7a6dff28ce4cef3088e 2,095 1.00/1.00 vMB 42
413,868 413,868 000000000000000003271f7e5f169514a5ea6416c078d4dd1d9161ea7d586d50 1,945 1.00/1.00 vMB 56
413,867 413,867 000000000000000002af12656ae944560208a3f3c40a484dadfe2de17a1222a6 875 0.48/1.00 vMB 48
413,866 413,866 000000000000000002bd231cff371e5985a5bd21efc31ba6c3a1542ec3842c3e 1,272 0.96/1.00 vMB 33
413,865 413,865 000000000000000004616e7e5a2d5864ea245236cc72a9528cef990888643821 2,436 1.00/1.00 vMB 58
413,864 413,864 000000000000000003120d4651a9c70a006db3b354089343045e1a0d66321ec4 1,074 0.51/1.00 vMB 50
413,863 413,863 0000000000000000028f42c4882e83264cdbb5b08ac74509beea0e3ed5d0c2be 956 0.76/1.00 vMB 36
413,862 413,862 000000000000000001ddcd88b8d2477d8c7bd2640b9505344dd8fcf7e9164171 2,297 1.00/1.00 vMB 57
413,861 413,861 000000000000000001b3a03deb3e0c3799e46d82c06821f30b09c1920ed4ff0a 1,138 0.79/1.00 vMB 44
413,860 413,860 0000000000000000032e5205452fedf40bfa78015115dbcd444b734d86452312 1,495 1.00/1.00 vMB 35
413,859 413,859 0000000000000000001e182edebf4433d2f25367c1511809fee2c5f99a044793 1,575 1.00/1.00 vMB 48
413,858 413,858 000000000000000000387f15dd0d2dac97af4d17b2995a9864ea8a5571cc5a68 404 0.22/1.00 vMB 42
413,857 413,857 000000000000000002aacc01e5369eb5fb12dad085da8473af133d0b6b731b6c 85 0.08/1.00 vMB 33
413,856 413,856 0000000000000000024a8c419a7a6d81c7e283796c21fa112f0c4e5c588bc801 874 0.57/1.00 vMB 40
413,855 413,855 00000000000000000277f64546c3ea67af89b02839d45b74ff01acbfe27f3fdd 1,124 0.75/1.00 vMB 46
413,854 413,854 000000000000000002c46cedc9ee14a4d945ad14ebc224bfeb8ee0a330557f6a 658 0.45/1.00 vMB 39
413,853 413,853 0000000000000000050f1c22e8e7523f60d58428bd46488da58474a69e048e7a 1,894 1.00/1.00 vMB 54
413,852 413,852 00000000000000000113f1a278c737edc66a998694adda9dfe2f5545be7cf85a 1,006 0.60/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.33 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: 660.36 GB
    • Received: 14.69 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.