Loading Tool

Explorer IconExplorer

Memory Pool

81,731 transactions
30.60 vMB
0.09795083 BTC
Random Selection Loading Transactions
Max Size: 183.80/200 MB

Candidate Block

Mining Attempt 1a409078bfdeb8191ac748bd9b8cd41d2fde4a973202bc3c835b78e3db44ca2e
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root e201b0bad7e1a1dc5e73c43de4ad1df41f690b24d2b2a077460af360caaa1378
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,404
Size: 1.00 vMB
Total Fees: 0.03285382 BTC
Feerates: 150.77 > 3.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,987 (457,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,093 457,093 00000000000000000115a360c0736aa73020accca3087f2603d51f1571cc208b 2,481 1.00/1.00 vMB 229
457,092 457,092 0000000000000000012a0b89724a84aac2017eb84c7fcb6d0b17d6f4f0146c1d 2,161 1.00/1.00 vMB 205
457,091 457,091 0000000000000000017661d0755947cbe13e463da25eef5431e97a82952b8dad 2,506 1.00/1.00 vMB 211
457,090 457,090 000000000000000001e9684c3c72461941193a80d7cc75679938014fb028ba65 1,719 1.00/1.00 vMB 167
457,089 457,089 000000000000000001ef6c075fc5d514dbe66369e41008bbfcd19b2577e53180 2,928 1.00/1.00 vMB 256
457,088 457,088 000000000000000000fe052910bb9ae07dbd15f57ae339e6d919c4ac922851f4 2,373 1.00/1.00 vMB 141
457,087 457,087 0000000000000000021907903a1421656389cea0878d568556599e1d2fc4fd44 1,865 1.00/1.00 vMB 215
457,086 457,086 000000000000000001cbbfe90f0553631c558f08ba2ac7cc96d3dcf89809d46c 2,163 1.00/1.00 vMB 192
457,085 457,085 00000000000000000242cb0d3b0127537423fe9829e0b91b5c0120c1fa64aebf 2,213 1.00/1.00 vMB 198
457,084 457,084 000000000000000000dcdc1c21d4189ed806ea103a52c506bb4e0290ffe6cf48 2,332 1.00/1.00 vMB 224
457,083 457,083 0000000000000000014abd85d6e30849b9d359afc68ec58d5908337f70aa5bdc 2,871 1.00/1.00 vMB 210
457,082 457,082 000000000000000000ed9aac5443e962ec9c8f004f729037e3bca7be305ae4d5 2,708 1.00/1.00 vMB 246
457,081 457,081 000000000000000001719a862f606dcbd2cc5a6e2bcca5206cd380bbfd64e97e 2,222 1.00/1.00 vMB 252
457,080 457,080 000000000000000001b120ee71ce3f67f6e22903d75e03d3938df7da65fa731d 1,948 1.00/1.00 vMB 182
457,079 457,079 000000000000000000008d319c7da7285f3d1b1f30b4f200da7b4258174340e7 2,123 1.00/1.00 vMB 202
457,078 457,078 0000000000000000024f7eb5e383ae77d9ee6c1152a7400adb2c5fa54affd6b9 2,427 1.00/1.00 vMB 224
457,077 457,077 000000000000000001e7acab1ee72428ee961efd8e40e1c8a75dc4bd6c70cd00 2,281 1.00/1.00 vMB 237
457,076 457,076 0000000000000000023804c674147552366e1e6d80e432bd19868b538b212801 2,655 1.00/1.00 vMB 199
457,075 457,075 000000000000000000364fe0df38d72bbe7a9b5a512f62c43505721daf0f660b 1,320 1.00/1.00 vMB 219
457,074 457,074 0000000000000000006134ae9695141600d9d8930870ccd8bf082d745a97c8c6 1,599 1.00/1.00 vMB 264
457,073 457,073 00000000000000000061661aa4aa6f91cccee91bd7de2a0317c5bdf82bccac07 1,982 1.00/1.00 vMB 190
Previous 10 blocks ↓
Total Size: 782.37 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: 663.66 GB
    • Received: 14.93 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.