Loading Tool

Explorer IconExplorer

Memory Pool

41,940 transactions
27.62 vMB
0.07111555 BTC
Random Selection Loading Transactions
Max Size: 142.93/200 MB

Candidate Block

Mining Attempt 1e4db9036be438ac5afe0146d9c7dae003a2bd38e7cf4bbabfa33fec2ad9d1c1
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 23a4e0f88ac8853e68c5df2f7a12ada23d0730679239b9a67f162b3f4278fb17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,644
Size: 1.00 vMB
Total Fees: 0.01643126 BTC
Feerates: 100.53 > 1.65 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (68,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
846,039 846,039 0000000000000000000139a47cd0f661157d803aaeb6838a7f523d33f69284c9 5,554 1.00/1.00 vMB 26
846,038 846,038 00000000000000000002ab2020a6dc4e5b35e8b7bef5488c0f051b251f75f2d6 3,251 1.00/1.00 vMB 31
846,037 846,037 000000000000000000004dc3421a066b160c4c2d74d59b933badc92d157f8192 6,032 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.79 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: 633.88 GB
    • Received: 12.23 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.