Loading Tool

Explorer IconExplorer

Memory Pool

42,055 transactions
26.77 vMB
0.06137762 BTC
Random Selection Loading Transactions
Max Size: 140.60/200 MB

Candidate Block

Mining Attempt b698af3c75a553aad24f48e2e077de6e8106b4ec0bcb7139d59210e745d07eb2
Version 20000000
Previous Block 00000000000000000000dbff82779b294ccb8ffef3251a2f04537190df676bc3
Merkle Root a12d1716fbca3b2775645363234cc2781859ed65ecf107fd42c32bc3b84e1c7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,594
Size: 1.00 vMB
Total Fees: 0.01178149 BTC
Feerates: 500.44 > 1.18 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,940 (128,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,605 786,605 00000000000000000003d54d4dbb4b4b0b5bd583617161a40b1b36e09d3722c6 921 0.36/1.00 vMB 11
786,604 786,604 00000000000000000003d32966dd699f5775051f3cf22fe9f2abafc768dd18d9 958 0.41/1.00 vMB 3
786,603 786,603 00000000000000000004ef3a6581d0ffca6abb3824d4652bc6075f245d1ddea7 2,981 1.00/1.00 vMB 4
786,602 786,602 00000000000000000001242111fc258fa9ec87e7a7c5cbf1452c311a80a0ff4b 3,223 1.00/1.00 vMB 9
786,601 786,601 00000000000000000002c109c6e8861ab51fb81c4aeed5b8885bbdda88b7fbe9 3,756 1.00/1.00 vMB 4
786,600 786,600 000000000000000000003d8b3432da5cfc89257e1091882b6e22f43db7a00c5d 2,229 1.00/1.00 vMB 18
786,599 786,599 00000000000000000000ca9f54bb1c1f75968b8dcdd5dc5665b6d00771973f39 2,835 1.00/1.00 vMB 13
786,598 786,598 000000000000000000030ebf9c458cfb2e08187afc7f35ec9e4269ea5c5f7b7d 3,645 1.00/1.00 vMB 8
786,597 786,597 00000000000000000001f0a7cafdc4695e6a1e5d0c1b2635ba41818137bfceb9 2,588 1.00/1.00 vMB 15
786,596 786,596 000000000000000000043d22a451f0dfbbac1348430a0de4f679993901b3a371 3,475 1.00/1.00 vMB 1
786,595 786,595 00000000000000000005466625907e514bec45fcd9de95787f5e4028400c4bc7 3,633 1.00/1.00 vMB 9
786,594 786,594 000000000000000000022643b84234c13c34e06204405f44e80c287b27a84712 3,776 1.00/1.00 vMB 7
786,593 786,593 0000000000000000000221fe4811010df394abc0b835123e158e44f71f4c0cf8 2,818 1.00/1.00 vMB 9
786,592 786,592 0000000000000000000103187c61efea270b9b527ac1d04d2141691a303aa63a 1,998 1.00/1.00 vMB 14
786,591 786,591 000000000000000000054f98cb7d450451ae8926a8da78c74b7658d49565ba37 1,515 1.00/1.00 vMB 16
786,590 786,590 00000000000000000004b921015d8c9ad27b2d94eef6337bcf4d8e3de4e88c24 1,989 1.00/1.00 vMB 23
786,589 786,589 000000000000000000002d75ef8ddb5e7396eed531acaaecc504b37d34871845 3,187 1.00/1.00 vMB 9
786,588 786,588 0000000000000000000206f88608fad8c76cd5249541e35104b2becc93fc88d7 3,019 1.00/1.00 vMB 13
786,587 786,587 00000000000000000003b275445d63f1b276d04800fcfb0e99a96eef7d5268bd 3,085 1.00/1.00 vMB 19
786,586 786,586 000000000000000000029b35492e1474e4dfa18fd4c06341a01571ef89266b7c 3,853 1.00/1.00 vMB 13
786,585 786,585 0000000000000000000210089e7a6ef12cf3611bbbc5bb3e3eab5f167a338bb2 3,432 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.28 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: 656.91 GB
    • Received: 14.44 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.