Loading Tool

Explorer IconExplorer

Memory Pool

44,224 transactions
27.38 vMB
0.07147881 BTC
Random Selection Loading Transactions
Max Size: 144.23/200 MB

Candidate Block

Mining Attempt 5fce7e6459b756ca1da5f26f8a8642e2ff0b9218da0d812b7d4513b91bf897ff
Version 20000000
Previous Block 0000000000000000000020e9d45e9150f859cf8f43ad3ec471b266bd49e0d4b1
Merkle Root 5f7fc8031a325c77eb7f79034ce999a355d73cc3f2ca3e08f8f4edef1ff00c00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,570
Size: 1.00 vMB
Total Fees: 0.02025436 BTC
Feerates: 170.94 > 2.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,900 (612,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
302,845 302,845 0000000000000000184a64dface420c09e516340750d7661d987a4c0484403ca 118 0.09/1.00 vMB 40
302,844 302,844 00000000000000000f9613e0d0e28abec41955fd430c0df91876a97795edc02f 824 0.59/1.00 vMB 25
302,843 302,843 00000000000000001003cb3f045f5e15ae2cd7e5ce2e7a519489d494680e3cc8 128 0.24/1.00 vMB 13
302,842 302,842 00000000000000003f93eb51e96bffb0034328e2ba649605988cfccde004e257 687 0.35/1.00 vMB 29
302,841 302,841 000000000000000055789be0fb42cccf52eb2f8a75f30d5bf0178598ee2ee045 1,352 0.82/1.00 vMB 31
302,840 302,840 00000000000000002c8c00d93bbed7c0f6ba78fde6a738ac798bf08dde7903e6 530 0.67/1.00 vMB 17
302,839 302,839 00000000000000002b949ec58c06cddfdd1f0adc72a3317997801686867d5af7 419 0.35/1.00 vMB 23
302,838 302,838 00000000000000005c3bba71e32ef3ff2532634d8ac5afc499f4cd9d04f1e0d2 832 0.35/1.00 vMB 37
302,837 302,837 000000000000000034e054dfe7354ad2f0cdc772d2f0767c38e2cac2211f2e5e 1,029 0.50/1.00 vMB 39
302,836 302,836 00000000000000006333e87cffee13b48cd4a3f3f831bcc6485d02e21ae1babe 131 0.06/1.00 vMB 49
302,835 302,835 00000000000000004bf97ac5c5549f5f368a53d2d8d153d616b557aa8f01955d 50 0.02/1.00 vMB 43
302,834 302,834 00000000000000005830c5a7400b2d3551cf97ef551ada487d5ff4621961e18a 146 0.10/1.00 vMB 24
302,833 302,833 00000000000000001d2f10aabc7aae39edd6b200b0ed4bb6b8d08085046e4b8e 330 0.19/1.00 vMB 31
302,832 302,832 0000000000000000192763913460f201e42328c4e13658433824b692c0ee9e45 270 0.19/1.00 vMB 21
302,831 302,831 0000000000000000111cda722c4b1a79b785a58baa2e5aeb149ecb30a75aa04f 87 0.05/1.00 vMB 26
302,830 302,830 00000000000000004f222a76bb54c8bde57857319257a4313d4dac2b50de09b2 270 0.19/1.00 vMB 29
302,829 302,829 000000000000000033a7e88bdaca0b14b190cced46d0c5667b27bd82d429792f 360 0.27/1.00 vMB 28
302,828 302,828 00000000000000002283d47ab4292ff4db8863f99dd5e37b5c29248b204bfaa6 199 0.25/1.00 vMB 19
302,827 302,827 00000000000000001e2e787903c8f0894fa774d861dad72e286f09ec9ddbdf3c 495 0.26/1.00 vMB 30
302,826 302,826 00000000000000003bedb61e59629c5f2abb403f7ebadb94e125cef2f04ac2d2 296 0.25/1.00 vMB 23
302,825 302,825 0000000000000000689dededcdc83d7e1338a56e2759711705b94bc64aa2a8f2 195 0.17/1.00 vMB 17
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.39 GB
    • Received: 14.14 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.