Loading Tool

Explorer IconExplorer

Memory Pool

77,961 transactions
29.29 vMB
0.06334662 BTC
Random Selection Loading Transactions
Max Size: 175.95/200 MB

Candidate Block

Mining Attempt ffa9d7321e8db8b22b6c19986cac6e3363c2d47d1a769601f6b9dd4f1ebd3579
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root e7970ac0b1d562ffad90109349ef68339184b1502f40b591fe512aa1da7ca5f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,827
Size: 1.00 vMB
Total Fees: 0.00404117 BTC
Feerates: 12.16 > 0.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (533,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
381,105 381,105 00000000000000000890da52faa9a20db946e1fb5a11df4a2376c233351c1671 983 0.55/1.00 vMB 38
381,104 381,104 00000000000000001128690a3d5d5a27b9df932f573fde019a3a15b1bc8b8218 1,529 1.00/1.00 vMB 35
381,103 381,103 000000000000000010cdc063ebbcef97fc8dad101c20a35175e074da1a8f1006 615 1.00/1.00 vMB 16
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
Previous 10 blocks ↓
Total Size: 782.38 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 664.47 GB
    • Received: 14.98 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.