Loading Tool

Explorer IconExplorer

Memory Pool

42,004 transactions
32.29 vMB
0.12954219 BTC
Random Selection Loading Transactions
Max Size: 161.09/200 MB

Candidate Block

Mining Attempt 01e4f364e48357dd52e16bf20bd54a08209631d897f3e0fc59ce8c66c39e65af
Version 20000000
Previous Block 000000000000000000013cd46d945cd3237f55f5764ba0b347e0055cb459bae9
Merkle Root 69b5235584f514df5e0de86dea9c816a2cd56253438a2ec4428a8a9680ba1180
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,761
Size: 1.00 vMB
Total Fees: 0.06090395 BTC
Feerates: 301.69 > 6.10 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,374 (309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,065 914,065 0000000000000000000053e645d3d3b7f69ebd2521f923d0b269c29a1b4fdcd3 4,015 1.00/1.00 vMB 3
914,064 914,064 000000000000000000018dfea523a08efde97d0baa6ce74524f912cdf4780010 3,386 1.00/1.00 vMB 5
914,063 914,063 000000000000000000006a02b0ffff3a8d99676c8342137c4c400feca040f2a1 3,921 1.00/1.00 vMB 4
914,062 914,062 0000000000000000000076f3e8a0c9726c2b58bcccaec69b14ce877eef943628 3,499 1.00/1.00 vMB 2
914,061 914,061 000000000000000000006d024a28b34728896b2abc8df34e7e010b387978fe7f 5,840 1.00/1.00 vMB 0
914,060 914,060 0000000000000000000057a50e6b0921f744de251ee73d9eeeb42c1a8c43aa56 3,997 1.00/1.00 vMB 8
914,059 914,059 00000000000000000001c6f1449909b43e6c3e2f259e653d98402e7ea5f43c7c 1,344 0.40/1.00 vMB 1
914,058 914,058 00000000000000000001e70d7bd534e49d549bb5efc977d509e1d27a609883a8 3,573 1.00/1.00 vMB 8
914,057 914,057 00000000000000000001427ffb51b57d5795d5553738181e12cb53c41c247693 6,767 1.00/1.00 vMB 0
914,056 914,056 000000000000000000010dac05de2b34ea33515c2a07d1484dbbd0571d8d356a 3,604 1.00/1.00 vMB 4
914,055 914,055 0000000000000000000063736c6cae7dacbf15d4eb124e826ef2821de31bf22e 280 0.07/1.00 vMB 2
914,054 914,054 000000000000000000014606cd2f1ed7ab9455eef915bf4c024553d51f891e62 941 0.24/1.00 vMB 7
914,053 914,053 000000000000000000020f643361bd5809334e296daaf5df21bb656cd0b198e4 5,538 1.00/1.00 vMB 1
914,052 914,052 00000000000000000001cf19be7c276882b4ef61bb92037ea79ce0d3a4bb748b 1,755 0.45/1.00 vMB 3
914,051 914,051 0000000000000000000198630ae47214388b6dd17e1b244c2c8fda9186a6f2ab 724 0.19/1.00 vMB 3
914,050 914,050 00000000000000000001fca5d03d150a8b3bc513db65e609eacbba7b8e6522a4 818 0.25/1.00 vMB 2
914,049 914,049 00000000000000000001e6f072f13d5e6011d984baf477c2781c7eb3c6d187dd 3,980 1.00/1.00 vMB 0
914,048 914,048 0000000000000000000192b2a8b3e1ce8bee407614d3a6bff10a77db14386e40 2,731 1.00/1.00 vMB 3
914,047 914,047 0000000000000000000052a6314989568f8a11ad79a4e2b2421ff2f106b2bb4e 3,330 1.00/1.00 vMB 2
914,046 914,046 0000000000000000000052eca5dd5abe6cab34eb0a8c5d2ad415525ff122e770 2,963 1.00/1.00 vMB 3
914,045 914,045 0000000000000000000012341ce71a454e19809163e78b6988c9a26e7c426fda 6,333 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 596.53 GB
    • Received: 9.78 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.