Loading Tool

Explorer IconExplorer

Memory Pool

44,551 transactions
27.38 vMB
0.07294194 BTC
Random Selection Loading Transactions
Max Size: 144.31/200 MB

Candidate Block

Mining Attempt 5530751bec4e34ab7a95e8cdcf509cd74e0445cfbf87eae4b7cb1581c97d4688
Version 20000000
Previous Block 0000000000000000000025449f50590d909b1288ad98721336244ae461997fee
Merkle Root 264bbe1d1f708d7de28b7cd0f87e1af3cdb05c263282149a3b17e2b7550647f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,988
Size: 1.00 vMB
Total Fees: 0.02171738 BTC
Feerates: 150.77 > 2.18 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,898 (477,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,718 437,718 000000000000000002dc25552c59000d8f374bec25ae76d0636e1abe55b2d1bf 92 0.03/1.00 vMB 102
437,717 437,717 00000000000000000364a19d4e936a365606ebc8a4ed84a727ae13ddd8db4a7c 1,060 0.43/1.00 vMB 70
437,716 437,716 00000000000000000423452eedf1458866674161ad8be52178b18bde0c0b7fd0 752 0.34/1.00 vMB 69
437,715 437,715 000000000000000002968cbbe6cd7172533e48a65e7d6a8ce39a6bfe9a7a50e0 905 0.52/1.00 vMB 73
437,714 437,714 00000000000000000400446fcdb4adf325c6c601cf68224df06307058c832270 819 0.33/1.00 vMB 78
437,713 437,713 0000000000000000006d2794b477ec8f31ca65312702c8d7204f998aa3f9c0ee 847 0.74/1.00 vMB 43
437,712 437,712 00000000000000000157e244f59c6d96ddae09d4042f6a2f0d934a94c78e519b 613 0.41/1.00 vMB 49
437,711 437,711 0000000000000000034dde56267aa664e511ea82f5f11dd5d9d92f05430d3f21 1,787 1.00/1.00 vMB 56
437,710 437,710 00000000000000000195221ac3a4682e02c0ae82c7780220dab7a6679151de54 2,520 1.00/1.00 vMB 81
437,709 437,709 0000000000000000026e830834b8a1f6439342af76e75f22d63a96ae71efa6a7 1,551 0.75/1.00 vMB 60
437,708 437,708 000000000000000000ea1b8ed8f5d066e27f473392dfad5b6143b5f6f1915ae4 1,278 0.55/1.00 vMB 66
437,707 437,707 000000000000000001ef0ba8a0d1a4f0309cfcc04a4d4f0e534df5594d5bba1b 305 0.20/1.00 vMB 78
437,706 437,706 000000000000000000dcf1e86060cb7e635ac136fa7d77ca31db4882a2ccbe8e 1,330 0.64/1.00 vMB 66
437,705 437,705 0000000000000000043a742c320c9a93ed8ace62d5a7b50fba6259b497454918 861 0.38/1.00 vMB 68
437,704 437,704 00000000000000000378c3d9e009669ebb45977747670d6e4bff2087505ed7eb 1,261 0.60/1.00 vMB 64
437,703 437,703 000000000000000001d2f8a19e200c6271a2a6f90105aab16a930202fa1b8e5a 1,123 0.74/1.00 vMB 41
437,702 437,702 000000000000000003401c4a21a7f12a3977b6e74f489009d85cecd5340cf94a 1,776 0.85/1.00 vMB 68
437,701 437,701 0000000000000000034dfc747e0914b3639096538632ac05b85e9088eae95a70 2,161 0.90/1.00 vMB 74
437,700 437,700 00000000000000000051718250ac61e9cd97af1e3309e301574b365b1c62e8c1 717 1.00/1.00 vMB 18
437,699 437,699 0000000000000000008159b25b63be642e3e9e0691248ef1541d65884598e4b7 2,168 1.00/1.00 vMB 74
437,698 437,698 0000000000000000043601a83cc2e01140490b7685d6d063231db3fe91604601 1,000 0.64/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.21 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: 654.29 GB
    • Received: 14.12 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.