Loading Tool

Explorer IconExplorer

Memory Pool

77,576 transactions
28.79 vMB
0.06937216 BTC
Random Selection Loading Transactions
Max Size: 174.58/200 MB

Candidate Block

Mining Attempt 61a56842267d9af9f5f528d061b069ec7dbc0af8bf5607b1f56698a8a9f0f65d
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 1889067d3acd1d03e65c686ec576d1e7896a8ddb0ee3c1ce655871d98987efb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,166
Size: 1.00 vMB
Total Fees: 0.00881176 BTC
Feerates: 73.20 > 0.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (511,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
403,877 403,877 000000000000000002364d025c130c61de760ea83231899bc9076a7654db88db 2,218 1.00/1.00 vMB 41
403,876 403,876 0000000000000000067829a54550a22db266d6aa96770193ad230ee9f1201c2d 2,861 1.00/1.00 vMB 41
403,875 403,875 000000000000000000cbd16e0981fb8e51ddfc7a745810519ee1c1b7c2578a2c 2,462 0.93/1.00 vMB 101
403,874 403,874 000000000000000004c98f36b8e17b3bb0c02b380d53f0d899971ca50266c1d5 2,699 1.00/1.00 vMB 51
403,873 403,873 0000000000000000069ec2c76d3cd3d0df2bbb1bb0af276172561e3e2fc9ab26 3,234 1.00/1.00 vMB 63
403,872 403,872 000000000000000005a13c6a685add8e40b9db3354391ce4a10b4486e84ccbaf 1,071 1.00/1.00 vMB 21
403,871 403,871 000000000000000002169f58a3720e03ef57b69f06ab9972c1e8319fdebf083b 2,264 1.00/1.00 vMB 46
403,870 403,870 00000000000000000619d9bc02bb8e52452be7be2103f000f02f45f909db6a0c 2,115 1.00/1.00 vMB 44
403,869 403,869 00000000000000000589ba040efba9f82be3ebbc1b464c09d2200cf60a56b0aa 2,880 1.00/1.00 vMB 62
403,868 403,868 00000000000000000487214b25d6cc195c06f6b972dda96d5cac1f88869653a3 208 0.30/1.00 vMB 12
403,867 403,867 0000000000000000042d0c1f0c25a74a1aa16be5adbea24b90a29853e735d695 1,758 0.73/1.00 vMB 47
403,866 403,866 00000000000000000639da412998b751158a629c4e3efaef230a81956e4fa33a 253 0.10/1.00 vMB 41
403,865 403,865 00000000000000000470d4b4d61f1f15534c1feb4ca8c6947718d83382eaac02 937 0.66/1.00 vMB 31
403,864 403,864 000000000000000005565b941522701376cd6a9dcdd71e448e335e32ed7cfed4 497 1.00/1.00 vMB 6
403,863 403,863 00000000000000000521e65610711f4d5d4d7a869430dac340d74deae9f8da3c 583 0.22/1.00 vMB 41
403,862 403,862 0000000000000000049c5ef11795c5714fa4c6b52a770d2c598859a7739363e0 966 0.46/1.00 vMB 41
403,861 403,861 0000000000000000052b1b8afcd9d0f73207d2588455fccdad39c4d16735eb67 439 0.18/1.00 vMB 42
403,860 403,860 0000000000000000010c6c625c9b170242dc2193e63b38ef22ebed22a43cedfe 855 0.39/1.00 vMB 39
403,859 403,859 000000000000000005a2209811a0d64142229f62d5fa7827a77eba21448ca8a9 962 0.68/1.00 vMB 24
403,858 403,858 000000000000000000391ddd469fbbbca68b7a29561639cf5365958d84a43acb 1,954 1.00/1.00 vMB 36
403,857 403,857 00000000000000000363c9267b4d4eefe7532cda0bb9f1a01170f1ddf3741d94 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.56 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: 669.88 GB
    • Received: 15.79 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.