Loading Tool

Explorer IconExplorer

Memory Pool

76,822 transactions
28.53 vMB
0.06241118 BTC
Random Selection Loading Transactions
Max Size: 173.15/200 MB

Candidate Block

Mining Attempt d6a615df9eb3b051f68ee0f336bf35bdbb9fdee9bfec1c126fcc77c16e3d33f0
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 3578f0f1da213153ca66d6e41faaa84c4e8ff31677902fa492b67365d59547dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,071
Size: 1.00 vMB
Total Fees: 0.00331847 BTC
Feerates: 15.05 > 0.33 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (533,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
381,102 381,102 000000000000000009b688fe13647e1fe14b5dd4a2ff5a352b1bc03f2abe9e57 1,256 0.95/1.00 vMB 30
381,101 381,101 000000000000000005d04f6ab4b7c6ab328cfcf24d077f7346421afd18b0ff2c 1,382 1.00/1.00 vMB 19
381,100 381,100 0000000000000000110af88c5fa83630714c52c5b0992435e2059ec936a68468 1,128 1.00/1.00 vMB 40
381,099 381,099 000000000000000008149a09d7d52cb045a6c5019f00dca373685945328fa0db 2,819 0.93/1.00 vMB 74
381,098 381,098 00000000000000000ad5a83ec827ad397f124bf9153195176135d157b722a6ec 1 0.00/1.00 vMB 0
381,097 381,097 00000000000000000e6ece4fc432504d89fc694c64783e3a72d2e4cdbd5bdc37 2,204 0.95/1.00 vMB 48
381,096 381,096 0000000000000000117ce0f3e7483b6d9d87bdbe3d6411080430d9509215bb23 1,180 0.75/1.00 vMB 32
381,095 381,095 000000000000000010e6e8b59808f94ec7cb7a4ae2c30eb55436a78aa81cee12 362 0.19/1.00 vMB 30
381,094 381,094 00000000000000000c4a116f8ef37fcf440b4e81cc9af3a30508f81eac70f8ca 1,325 0.62/1.00 vMB 44
381,093 381,093 0000000000000000063c21d18f1e23fc23a392a9f0af25e34c7c064482dc89f0 622 0.36/1.00 vMB 35
381,092 381,092 0000000000000000017301c9e7b2a95eff66cc8cdbaef78340b86aaae3e071ae 459 0.32/1.00 vMB 20
381,091 381,091 000000000000000006cae68facca7defb50575365e65aab9161a6923b2e25e39 1,924 0.75/1.00 vMB 51
381,090 381,090 00000000000000000bd660bcc7d28fa00bd2f5fef01fa131bca5c1f993bcdd0c 1,590 0.83/1.00 vMB 41
381,089 381,089 00000000000000000d8a573845984e6d3ab34988df2658c6867e62e8285d4ae9 1,634 0.83/1.00 vMB 34
381,088 381,088 000000000000000010a0c02db5e56d92607844eb03ce3c8d6bb435c489bc1899 1,602 0.75/1.00 vMB 43
381,087 381,087 0000000000000000095ed77822792f7ff2226b0ef8dd3b887f25b56cf87426b3 533 0.27/1.00 vMB 37
381,086 381,086 00000000000000000f262fe46ccf8891a20514d2044dd2797ad65928511ce4f9 916 0.56/1.00 vMB 27
381,085 381,085 00000000000000000d6940f19bacf9364c43f325ea7a56354c9b9c76bd10a674 2,284 0.95/1.00 vMB 36
381,084 381,084 000000000000000007e1d9b363e5a74d83315079277f6d73132549ddfc870fd1 374 1.00/1.00 vMB 88
381,083 381,083 000000000000000008da78042c00789be26ecddc93a489258dca37f849eadea2 1,222 0.75/1.00 vMB 33
381,082 381,082 00000000000000000c6de1c3a212c5a6f96b98d8387481a3a5404923e00c61e5 209 0.13/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.55 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.87 GB
    • Received: 15.78 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.