Loading Tool

Explorer IconExplorer

Memory Pool

26,267 transactions
27.30 vMB
0.06837486 BTC
Random Selection Loading Transactions
Max Size: 130.52/200 MB

Candidate Block

Mining Attempt a2590771b4ecfa603fe2b48fc79fd72cb2d2553e59dada7f402813b227156bbe
Version 20000000
Previous Block 00000000000000000001199dbf911ab88157d0c6cbff6a9a79ddf68de0fd94d6
Merkle Root 87565a1df59c01e374ccb4e3b40dd582f1cde6e6faa1ed36d9decb927dd841f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,206
Size: 1.00 vMB
Total Fees: 0.01666828 BTC
Feerates: 301.57 > 1.67 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,478 (527,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,050 387,050 00000000000000000cfffd62a49be41381f87306a3ad9b0429a07619cad4678f 36 0.07/1.00 vMB 10
387,049 387,049 000000000000000008639ad96c54a4a0b579de516a32a19107c3ff7889e85b1f 1 0.00/1.00 vMB 0
387,048 387,048 000000000000000002736ada7912b73546cdb95ae144341f45cf708670d39490 1,616 0.75/1.00 vMB 37
387,047 387,047 00000000000000000789f5805d0e098e537a0b10d7a1938bf7fce1465a3a6109 2,106 0.75/1.00 vMB 52
387,046 387,046 00000000000000000b7c2327c3bcd612bd5e1da6e4986bd4dbf735c38f14f12e 953 0.99/1.00 vMB 17
387,045 387,045 00000000000000000ca73d114eea4b6277a6c7c2078db62c0352ecb08e3ce07a 2,597 0.95/1.00 vMB 42
387,044 387,044 00000000000000000bd9ea9694e7b825d7c27481c01a33e2e41add8560466c3c 2,304 0.75/1.00 vMB 66
387,043 387,043 00000000000000000ac06f7271cd4475378b5694b03ddfe0df7acb728efca46f 1,640 0.95/1.00 vMB 33
387,042 387,042 00000000000000000965b7d0b457da5b72451c55df548147cdd9d267b62b57b0 1,670 0.95/1.00 vMB 30
387,041 387,041 000000000000000007a467e748e943993210c208cecf151a721ee47b24833e39 2,413 0.95/1.00 vMB 53
387,040 387,040 00000000000000000e177dd1ba9ab735ade8b98f9f45e0768a6dabf7273d5ed0 1,443 0.52/1.00 vMB 51
387,039 387,039 00000000000000000a89baf4448b8373a15b808ed9806899fe5371c4d9511d02 536 0.31/1.00 vMB 25
387,038 387,038 000000000000000001be5a5e0c217125cc981033f198121c98e86c2770d738ef 173 0.08/1.00 vMB 27
387,037 387,037 00000000000000000a1bad56f190c5dc5053ae725da2a4584738bbb969d5c590 803 0.48/1.00 vMB 39
387,036 387,036 000000000000000006b4eef806aedc6f2b5b4b99c5f8b32f0b5cd178131e205d 937 0.56/1.00 vMB 29
387,035 387,035 000000000000000004f5f18e7e407e6b3743380d630e3c3df1cc9f93b2bcf5da 1,235 0.75/1.00 vMB 28
387,034 387,034 000000000000000005acfe7a6e29d2d2b03daa2d5602ea68a05a4ca72a710113 617 0.26/1.00 vMB 41
387,033 387,033 00000000000000000957c9ada37a3699139a06e2c23f5b990b109fdf5f685b1d 208 0.15/1.00 vMB 13
387,032 387,032 0000000000000000052ef7bf48724aff9391beda5eb00c9126f30055d132bc90 429 0.71/1.00 vMB 14
387,031 387,031 000000000000000006bfbdfbf946ed364b81c132c655e4cd4b8cec7c9dfefcdc 888 1.00/1.00 vMB 21
387,030 387,030 00000000000000000138e6182f5624a88f927823a7bc4efdd4c959bb49dd1722 1,044 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.46 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: 610.91 GB
    • Received: 10.77 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.