Loading Tool

Explorer IconExplorer

Memory Pool

79,582 transactions
29.40 vMB
0.08508020 BTC
Random Selection Loading Transactions
Max Size: 178.23/200 MB

Candidate Block

Mining Attempt baaa7437b89e4e02a0beacaca11c347547c168cecfd57d94184fac10544a71f3
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root cd8e8ecd8dc3292481b8ce87ca86c46f987e4a8f8dcf9d4fe3cbc6a483f72253
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,427
Size: 1.00 vMB
Total Fees: 0.02347366 BTC
Feerates: 278.95 > 2.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (289,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,533 625,533 0000000000000000000f8b7c1aeb21a9746070625b9ce0a0460d808bc28dd4d0 2,442 1.00/1.00 vMB 15
625,532 625,532 000000000000000000094d7640b9027fea1ac7c2740dfd7b0ab124a21394e0da 874 0.26/1.00 vMB 14
625,531 625,531 00000000000000000011de8ba7f90a9a6749a2df3e4efce683720c300f3205e4 888 0.33/1.00 vMB 17
625,530 625,530 00000000000000000002b4e71a11029282c89d37b2fa65575bc85983044263be 936 0.32/1.00 vMB 13
625,529 625,529 00000000000000000006e223e52ba58036e85a2ac53390ea1633b14e3ba31c0e 1,059 0.40/1.00 vMB 10
625,528 625,528 0000000000000000000ca5986d1728ef43ad7e1018522669de37463a4b46eb54 2,304 0.92/1.00 vMB 9
625,527 625,527 000000000000000000059dae82adc805e6978e1bfcf3af8254f10df6f830d677 954 0.32/1.00 vMB 18
625,526 625,526 00000000000000000007c42f6cf1e9fcafa7576c0123c9c5b6437387e264917b 674 0.19/1.00 vMB 12
625,525 625,525 00000000000000000002651d7acc65cdf6ce52cdbeed7dbe01e450a37cef8f9d 1,015 0.34/1.00 vMB 8
625,524 625,524 0000000000000000000e82e535c9b37c0f35ea2a7e8b4d62e4c582305fe5a172 2,821 1.00/1.00 vMB 10
625,523 625,523 0000000000000000000475f8ab987b5b4297c2aa8265a1fca767cc3ac6c08c86 2,454 1.00/1.00 vMB 13
625,522 625,522 00000000000000000004b29fd272fac95501d7d5f6cc0537ba9cd0e4e69ad4a7 130 0.05/1.00 vMB 11
625,521 625,521 00000000000000000006838124c5d9328b859308c9577305140b15d8f9373358 829 0.26/1.00 vMB 11
625,520 625,520 000000000000000000012a6b3274b684274617a0f7afae835146f88e1f46ba15 2,251 0.83/1.00 vMB 11
625,519 625,519 00000000000000000003d081a6777597bda033195e872dbba974ed83a425642e 3,042 1.00/1.00 vMB 10
625,518 625,518 000000000000000000088a67258192d2eaced9d3abe9f3138c6a6aca0ee1e5cc 750 0.22/1.00 vMB 11
625,517 625,517 00000000000000000008bcf83a2c026d9d9429a0d5b55a2c7b5069346c8c2744 1,741 0.59/1.00 vMB 12
625,516 625,516 000000000000000000045464b97fc1213003c3a5bafae6b232a2f68228fbbf0a 477 0.15/1.00 vMB 13
625,515 625,515 0000000000000000000c41cf803f922ba9ad1dda7a95e873aa5fd4b81c5721a0 187 0.05/1.00 vMB 10
625,514 625,514 00000000000000000005edb37d412023302f06edb7af0e3a6d811b8acdf44b34 794 0.25/1.00 vMB 10
625,513 625,513 00000000000000000001278dc1dc97edc6e7ddb76eab9e01947e00c09708d2e6 298 0.12/1.00 vMB 10
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: 670.03 GB
    • Received: 15.80 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.