Loading Tool

Explorer IconExplorer

Memory Pool

37,188 transactions
26.85 vMB
0.06038905 BTC
Random Selection Loading Transactions
Max Size: 136.43/200 MB

Candidate Block

Mining Attempt 04af8ed29309cf0df54a7183841107bd310466e055d249e0532ec9637ee423a1
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root ce57e37e6c1f3d82db8ef45b5f41775268f16ffdc21ac1ab39427da7863a1d16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,918
Size: 1.00 vMB
Total Fees: 0.00999472 BTC
Feerates: 74.79 > 1.00 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (68,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,060 846,060 000000000000000000030444de689471ccfded9bf42f07afc80a8e96447d4076 6,491 1.00/1.00 vMB 68
846,059 846,059 00000000000000000002475071f4e43523c5278a7fa3ff6e1e2edc1fa0b67676 6,780 1.00/1.00 vMB 83
846,058 846,058 00000000000000000000fa83f8be3d10376534f7500bc931cdb4380a8f0a11db 6,647 1.00/1.00 vMB 93
846,057 846,057 0000000000000000000233525aa78457eef2c79a71fd06a47f27915f018c8b31 4,588 1.00/1.00 vMB 26
846,056 846,056 000000000000000000023d4caeb9a2b87610149dd50284f99fee67a7872fec91 3,522 1.00/1.00 vMB 43
846,055 846,055 000000000000000000031d1a1542824cdff964b6a41cae6f12ab898d7f1bc79f 6,855 1.00/1.00 vMB 18
846,054 846,054 00000000000000000003077380907f3901c7349b50bbd21c42a7aff50e736e7d 3,946 1.00/1.00 vMB 18
846,053 846,053 00000000000000000002be2afe9446dd711bc14deb8db38be9ae0e1b75bc9d0d 4,207 1.00/1.00 vMB 28
846,052 846,052 0000000000000000000014651b2164d080c4ebb9c2a28f15e667e771eaba3265 5,425 1.00/1.00 vMB 23
846,051 846,051 000000000000000000002dd76fd85a3eff852942edc31ef15b3fe50b8488b949 6,186 1.00/1.00 vMB 21
846,050 846,050 0000000000000000000028e67320af6ad8d2ae6f1c7b95f98eb6f9177920e526 5,113 1.00/1.00 vMB 20
846,049 846,049 000000000000000000025fada5dd4216354d4f38fd88524df4a32bc0d8846030 5,963 1.00/1.00 vMB 17
846,048 846,048 00000000000000000001d4ae9513f4fa569dca4b678cefd0c41472948f1ac9b7 4,161 1.00/1.00 vMB 27
846,047 846,047 00000000000000000003481ebcfb7f5a910bd054975863e5268469abf280d20d 3,735 1.00/1.00 vMB 20
846,046 846,046 00000000000000000000a7745720a0a7c13ff3266c4464a0931d6ca4692cb49b 4,128 1.00/1.00 vMB 39
846,045 846,045 000000000000000000001dcd4223fbfadca728d98a3fcf5a908c5c07e8075173 3,977 1.00/1.00 vMB 31
846,044 846,044 0000000000000000000231cbfb16e918ec1c0378400e89e08ef555c49b5149e1 3,683 1.00/1.00 vMB 52
846,043 846,043 00000000000000000001c323ec3537a1dbf84eb260cd68f9a6159d7a8e344488 4,430 1.00/1.00 vMB 23
846,042 846,042 000000000000000000028ccc6bb7617367c94623252ed9f466854b3a73755129 6,061 1.00/1.00 vMB 21
846,041 846,041 00000000000000000002a73f7eff3cbc56cb152644d4df5db7809526adc27e5e 6,088 1.00/1.00 vMB 21
846,040 846,040 000000000000000000025b5ba6d7904eaa6e3467601448fadbfa591e022a113f 4,521 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.