Loading Tool

Explorer IconExplorer

Memory Pool

40,478 transactions
26.16 vMB
0.07297621 BTC
Random Selection Loading Transactions
Max Size: 135.87/200 MB

Candidate Block

Mining Attempt 575715fc4d012b71e193bb30e7a3d1897d08fb5f37c54ce8746412c7146b80e6
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root 6e28840451b2ae9f63b9a5e9856d6115b7087ade7aba3706cce8738ae3db8b7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,873
Size: 1.00 vMB
Total Fees: 0.02519656 BTC
Feerates: 73.20 > 2.52 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (263,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,616 651,616 00000000000000000003a11fb72aa5119cdb37d4ff333618f66b052a5d660590 1,008 1.00/1.00 vMB 33
651,615 651,615 0000000000000000000c387abe312a52f18b6f7979703b9a8796d94f025c385f 1,914 1.00/1.00 vMB 68
651,614 651,614 000000000000000000095bbc19c6a085d38ad29c7c9cc813318b493aebb5323d 2,401 1.00/1.00 vMB 94
651,613 651,613 0000000000000000000d9ba024aee6d54a4d597c17a0c62bfb47f18283b8d226 2,715 1.00/1.00 vMB 62
651,612 651,612 0000000000000000000537e7046b96aea41e52db13d0fc5ddb0f0a53f4104863 2,191 1.00/1.00 vMB 41
651,611 651,611 000000000000000000032f1e649d975a32b43b00c7b233c9bbe5f8aa2f68264b 1,894 1.00/1.00 vMB 15
651,610 651,610 000000000000000000002b4530e4189b1e8c2d6857bdc24352aca2efa7d27d25 2,763 1.00/1.00 vMB 44
651,609 651,609 000000000000000000002ebc4e08f6369f2410d4c1fb8a1bef7d8b18dc415f1f 2,349 1.00/1.00 vMB 24
651,608 651,608 00000000000000000001e8f80734ab9439e1d7525867537ebe9381d052a8570d 2,706 1.00/1.00 vMB 58
651,607 651,607 00000000000000000001919b71c889abd8e4034aa80b0fb46e526806a129d286 2,741 1.00/1.00 vMB 48
651,606 651,606 0000000000000000000a66035f1a735e522f60df772bd211a1bc3d0978943ab7 2,271 1.00/1.00 vMB 27
651,605 651,605 0000000000000000000c14f769334b20650eda1be4f5160164d2344e8c75bc3f 2,517 1.00/1.00 vMB 64
651,604 651,604 00000000000000000002d3922c26abd4dab63514965eca1591ccb4d053ad62c2 2,492 1.00/1.00 vMB 41
651,603 651,603 00000000000000000002cd7bd54a19983b9872a48f6ee14e6a9b0348f734f463 1 0.00/1.00 vMB 0
651,602 651,602 00000000000000000007bd0871d712946c88c3793e9420d556ce87c4b2aa500c 2,120 1.00/1.00 vMB 37
651,601 651,601 0000000000000000000d14b249921dc84e0918c6be967500c0872e4547f94e06 1,619 1.00/1.00 vMB 86
651,600 651,600 00000000000000000007dde1bbf2fd3db63455689246b075fb30933841a06f32 2,953 1.00/1.00 vMB 112
651,599 651,599 0000000000000000000b055ab50b5c24e74e50ea4bbddcbbee64db6e8e39bc30 2,140 1.00/1.00 vMB 45
651,598 651,598 00000000000000000003f753a4cc559b77ffec2046c8b39392158a0b707138a1 2,276 1.00/1.00 vMB 35
651,597 651,597 00000000000000000005cca8b143872057daff01259296d5b6f20cbc2ed52950 2,341 1.00/1.00 vMB 65
651,596 651,596 0000000000000000000b7385148908b48285ca8c18d6854a6f36de001642b8b8 2,533 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.16 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: 653.42 GB
    • Received: 13.87 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.