Loading Tool

Explorer IconExplorer

Memory Pool

34,322 transactions
25.77 vMB
0.05616900 BTC
Random Selection Loading Transactions
Max Size: 130.08/200 MB

Candidate Block

Mining Attempt 6b0615d7a1122cb723d6fec36c9544244138a7a6db6071aed8826df113b7db8f
Version 20000000
Previous Block 00000000000000000001faef095747522e6e39b83b4f276b6c552d3f2d0925a1
Merkle Root 3eb22512fbb8837d02521965ff62190d8b75a78619b897f5376197196fb64fe1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,989
Size: 1.00 vMB
Total Fees: 0.00889120 BTC
Feerates: 532.98 > 0.89 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,657 (315,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,588 599,588 0000000000000000000952f16c9dc4d8218ec835d9bcf7174b960b0bd0e70a18 2,923 1.00/1.00 vMB 10
599,587 599,587 00000000000000000008fc27ad8c46149aa12bb12866fde846c93365591314f7 2,520 1.00/1.00 vMB 38
599,586 599,586 000000000000000000139457aa9e7aa2b15fe21874540d7929d23cbe2a9b0e02 2,780 1.00/1.00 vMB 27
599,585 599,585 00000000000000000005c781c974e1a56870c045c91aec343ec620875c3b5c2b 2,288 1.00/1.00 vMB 17
599,584 599,584 00000000000000000005a1ee0ad4d9a9a7c234805f8b135009155b2ca7c53187 2,580 1.00/1.00 vMB 31
599,583 599,583 00000000000000000011fc42de5b474990b92067013d69b7170557194b60eb49 3,133 1.00/1.00 vMB 27
599,582 599,582 0000000000000000000fcf5c557580169bb939f6d01d3e67937bde655cb83290 2,565 1.00/1.00 vMB 18
599,581 599,581 0000000000000000000a92ad4f4acad07300dc389ff3a3b0715b4476051d34ca 3,376 1.00/1.00 vMB 39
599,580 599,580 000000000000000000126327462fc4ca39d25b38c6c0ff54ad448c7af16a695c 2,754 1.00/1.00 vMB 17
599,579 599,579 0000000000000000000db485189914e4acfa2f7763383d9e797a2547a23061d9 3,090 1.00/1.00 vMB 59
599,578 599,578 000000000000000000051b14e36f587634f58f2267ea28c055917df97e6e52ac 3,038 1.00/1.00 vMB 33
599,577 599,577 00000000000000000004456b13a7242256f5703308c676366a62471111012e2f 2,010 1.00/1.00 vMB 3
599,576 599,576 0000000000000000000bcc7128af55b0f46a2a2209424bc7e4a017c5d012ebeb 3,148 1.00/1.00 vMB 15
599,575 599,575 00000000000000000001b74cc1edfbe8c4209d6b2560e0af6d77d5b861350917 2,714 1.00/1.00 vMB 21
599,574 599,574 00000000000000000008d5d5a80740f86db7a4c8b9a46c110d33fb9a9bdef7f3 3,495 1.00/1.00 vMB 35
599,573 599,573 000000000000000000136735e842746afdf941ad55d550b8baf25d467ded1637 2,924 1.00/1.00 vMB 42
599,572 599,572 000000000000000000078cadc24dc65dc3d4e8444b8b2376bb06437fee93d399 2,447 0.92/1.00 vMB 19
599,571 599,571 0000000000000000000994ab5e14c967868de2ebf18a51237fe01c5fb1371bf4 2,063 0.54/1.00 vMB 21
599,570 599,570 000000000000000000082396a2f800a9878c945a87e4fd453a8e29c58c05fa6c 3,348 0.95/1.00 vMB 12
599,569 599,569 00000000000000000015697cfee4e1ba8ef643abb9cbfd9fab382fbe7f1f3364 2,678 1.00/1.00 vMB 30
599,568 599,568 00000000000000000007163e8d17d9f6723d6e601d914382f0d92e3d56cd99a9 2,752 1.00/1.00 vMB 15
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: 10
  • Data Transfer:
    • Sent: 633.30 GB
    • Received: 12.19 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.