Loading Tool

Explorer IconExplorer

Memory Pool

81,535 transactions
31.04 vMB
0.08720126 BTC
Random Selection Loading Transactions
Max Size: 188.32/200 MB

Candidate Block

Mining Attempt 01a85ab17d8da80bc4a3a305c58f716050d760a301746a02ff5cf6af47c422aa
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root fee605741fbf673c4294eee5782d63a6db5b5556a38a13405811b93df0ff0427
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,693
Size: 1.00 vMB
Total Fees: 0.02035577 BTC
Feerates: 100.69 > 2.04 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (131,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,056 784,056 000000000000000000019243e9463b8a979f5e6d8974ece3289aa80059001a1d 3,345 1.00/1.00 vMB 30
784,055 784,055 0000000000000000000489932b4e9377da575a8cb3986f9013821f788b7a2377 2,816 1.00/1.00 vMB 23
784,054 784,054 000000000000000000001169a4b65cb3aa7d44c2aa189c4b09f51d5a4c248308 3,878 1.00/1.00 vMB 34
784,053 784,053 0000000000000000000555763e64382e87cf2660a0447fb0f4565d19f9a98f80 3,654 1.00/1.00 vMB 34
784,052 784,052 00000000000000000004a4be8b44b561a23de8190e61443e6ca4f7c059e3333f 3,211 1.00/1.00 vMB 23
784,051 784,051 0000000000000000000078279b838d08e3236727fca341fbea161023f0c496df 3,562 1.00/1.00 vMB 36
784,050 784,050 0000000000000000000366d9c702bdbe0995465cc9420cccd5570ba1f19ebcf7 1,745 1.00/1.00 vMB 37
784,049 784,049 00000000000000000003e52352360622bef4f0ef1ddf1c5c7ed3abb9e57de6aa 2,318 1.00/1.00 vMB 11
784,048 784,048 00000000000000000004fa51c7f756f3c6fc4d703af68fea72d1a74967c3f17d 1,873 1.00/1.00 vMB 11
784,047 784,047 00000000000000000002e56b367f35eb879bf809fddea63e790c5047b865c968 3,667 1.00/1.00 vMB 36
784,046 784,046 000000000000000000002e0d8e1543711aa265c06fa20e82d78ad1397d9cdf93 1,989 1.00/1.00 vMB 10
784,045 784,045 00000000000000000002b2f7538a2b5e771149adccae9871f6d2a7e53b5007b7 2,927 1.00/1.00 vMB 17
784,044 784,044 000000000000000000021b5040ec11c21e448e969c00a9960da0be2a948bae89 3,714 1.00/1.00 vMB 25
784,043 784,043 00000000000000000001cd93e4963924aed1504a53174132cbce282a41da3884 3,404 1.00/1.00 vMB 21
784,042 784,042 00000000000000000000692708739f33ae5b704dd7f35a4cd8e7f6364015c0df 2,330 1.00/1.00 vMB 17
784,041 784,041 00000000000000000004f2bef8827f7b093b2f1ec3666151ca27c64b7ec7f57a 3,647 1.00/1.00 vMB 32
784,040 784,040 000000000000000000052fe3ab5cf486c798a7819704aa96c6915ea74e6ad885 3,068 1.00/1.00 vMB 26
784,039 784,039 00000000000000000005b7122838d3bee4f3c77b80af7704c5c2ab83b39486ba 2,274 1.00/1.00 vMB 22
784,038 784,038 0000000000000000000270fa3b7093e5cb4210836ea04aaf63deab058589074f 2,972 1.00/1.00 vMB 28
784,037 784,037 00000000000000000000f875d363500541eabae70a1c012f6cb1c748f654b87d 3,124 1.00/1.00 vMB 36
784,036 784,036 000000000000000000052975301e175d7740e9d1883520762613b6b01fc6e840 3,359 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.72 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: 702.35 GB
    • Received: 16.63 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.