Loading Tool

Explorer IconExplorer

Memory Pool

80,867 transactions
31.36 vMB
0.07753945 BTC
Random Selection Loading Transactions
Max Size: 190.02/200 MB

Candidate Block

Mining Attempt 2c33a7b47ffda6109da1089495704c8a76d9a4543d29a729538b017d026c0354
Version 20000000
Previous Block 0000000000000000000043b39214e67beb23d111c982e6903370623ca621eb52
Merkle Root ced2bb4a34d91c6179d61f569179cb0520dfcdf9195de2ed911cbb35fbf3503d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,961
Size: 1.00 vMB
Total Fees: 0.00966903 BTC
Feerates: 100.25 > 0.97 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,200 (484,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
430,766 430,766 00000000000000000477aa518539c93e46bfbad53fe30386e1c0740f0350edeb 2,424 1.00/1.00 vMB 103
430,765 430,765 0000000000000000020cd4a1b2b16bb2dc0f96c06327baf10697d5885943dcad 1,132 0.51/1.00 vMB 50
430,764 430,764 000000000000000002d4773f2634fff836dfa1ccdafdba15003e9454ce866085 1,238 0.57/1.00 vMB 63
430,763 430,763 0000000000000000007aec4ca4a3834e5b2a39e5cc2bc0cf6e10c1243a21271e 900 0.47/1.00 vMB 46
430,762 430,762 0000000000000000045706421df224d4d77c8d5f7c9af5949adac8e93c1ee9ff 2,462 0.99/1.00 vMB 65
430,761 430,761 000000000000000004113d7d5b5a51727319059b7699ff4bf3e588a7dd69d9ac 396 0.16/1.00 vMB 72
430,760 430,760 0000000000000000040b7de84411f79aaf717a1fb46370faaa9b045af3d80641 1,641 0.64/1.00 vMB 62
430,759 430,759 000000000000000002ae2f3673899180f321714057e685780d9d7edfc810f6b8 1,154 0.50/1.00 vMB 61
430,758 430,758 0000000000000000031b8ba0f0d891f032f468e03696cbcdc341eea972f38923 2,083 0.91/1.00 vMB 58
430,757 430,757 000000000000000001c9f2b2a082463112e3e77beda7e24b6f9e2e17b9b5cdf1 1,760 0.87/1.00 vMB 50
430,756 430,756 000000000000000002ff1b4ac0be4988803e5a4544508922244a54ae40a5473c 1,259 1.00/1.00 vMB 38
430,755 430,755 000000000000000002478c86cc3b0a49d1a7c62aa34d91315e2e7093a14be2e9 463 0.99/1.00 vMB 12
430,754 430,754 000000000000000002412f37c6fe65f2ded69be4345ea18b678b0b22035b9dd7 1,847 1.00/1.00 vMB 56
430,753 430,753 00000000000000000054f0c6927c9d5e1282f1f1ae0a0c19b0806cbc8f9e6b36 337 0.15/1.00 vMB 60
430,752 430,752 00000000000000000158fc21bbe9fc3186c54c21f4fda281d012282e34ad1f18 420 1.00/1.00 vMB 8
430,751 430,751 000000000000000004060d3858210b3682052d960cc2c94b04e40fdd4a06006f 850 0.51/1.00 vMB 51
430,750 430,750 0000000000000000015a8f96532e6442e6a023cefb3634f9234b657e583d1585 1,278 1.00/1.00 vMB 33
430,749 430,749 000000000000000000bc15b84ae863f2f4349c7b79a1e1d78cf0cfff0881d127 2,274 1.00/1.00 vMB 66
430,748 430,748 000000000000000002f3be650aedb625a2a2aa2850e3a6de58c601208187e447 2,420 1.00/1.00 vMB 71
430,747 430,747 000000000000000000cb261403f9b09c26be6461b7f882fc7e0623a029c44873 2,686 1.00/1.00 vMB 82
430,746 430,746 000000000000000002573175e46d98f24dde45f53b75c49979402a8e94d26881 822 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.74 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 708.02 GB
    • Received: 16.72 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.