Loading Tool

Explorer IconExplorer

Memory Pool

42,536 transactions
26.11 vMB
0.05096898 BTC
Random Selection Loading Transactions
Max Size: 137.19/200 MB

Candidate Block

Mining Attempt 5d6b96e650405be5a86b9f69f8482d4c9481ccdabcd53ac2f0a3e9a11eb40ea4
Version 20000000
Previous Block 00000000000000000000e80075463d9b649392db1c3f77b6ad92bc26bba09057
Merkle Root 2b12304ea8fba5a738a8db23fe054aa953c8aab4b75ec25913f96eed0401d47c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,273
Size: 1.00 vMB
Total Fees: 0.00324401 BTC
Feerates: 77.76 > 0.33 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,761 (516,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
398,586 398,586 000000000000000000f515318ea7426df85b7bb12257a8bff5d6d95c5c2880cd 1,814 0.99/1.00 vMB 32
398,585 398,585 00000000000000000249027646d20787f934b42625978edb8ac8e238a16e7142 2,086 0.95/1.00 vMB 47
398,584 398,584 00000000000000000289410e9a2381ee30939b416fde0645bfa3b60b9e64975d 1,268 0.75/1.00 vMB 37
398,583 398,583 000000000000000006f6bf5a9bf06f562c420ff2645537a182604909f13d1ffd 1,036 0.92/1.00 vMB 36
398,582 398,582 000000000000000007846958ad051e078e66dc2b67b051d64e6480a4e19f7022 939 1.00/1.00 vMB 36
398,581 398,581 000000000000000000ebb5d5c1f1fd44915a4bc54e5f9bd86e398edafeb9b792 2,125 0.93/1.00 vMB 58
398,580 398,580 000000000000000001fb0a63f956763570d8e1c2b7b29e88748a35fab75b9331 1 0.00/1.00 vMB 0
398,579 398,579 000000000000000003b7f81e625d9bd25b95a4d9e65a84c6c1c43fedc94493d9 2,303 0.87/1.00 vMB 59
398,578 398,578 000000000000000000d9317f14cd3d8c47d14b691947e3f82a5efae5796e2a22 2,802 0.96/1.00 vMB 59
398,577 398,577 000000000000000001ebd43cb7906f1d55588e0b0d9ef804241e4bde12450a05 559 0.75/1.00 vMB 24
398,576 398,576 000000000000000006411d0e77d8a7dc1baab7b6f38e87955c88237852e673a9 515 1.00/1.00 vMB 13
398,575 398,575 000000000000000006f6f800a31ec4312b7622979b3bdc7c646da701b27f3c0c 1,693 1.00/1.00 vMB 32
398,574 398,574 0000000000000000016aa19db9b8b4a44eecccc7a40dadae967fd472075391fe 2,226 0.75/1.00 vMB 59
398,573 398,573 000000000000000004b1f57e6bd5aa7f723d076dd524cffdb419e0fc99b6c967 1 0.00/1.00 vMB 0
398,572 398,572 000000000000000004f8423f6bb042d5cee49cb23567360988950b79f6a46ad0 1,460 1.00/1.00 vMB 29
398,571 398,571 000000000000000002196e649f2f656139b7942d861f3f669404d7bc1f37ec1b 1,295 0.75/1.00 vMB 27
398,570 398,570 0000000000000000008e0d8ab7459a8096db5df162f969b9a2180b4a0acfa2f9 2,667 0.93/1.00 vMB 62
398,569 398,569 000000000000000002d8b196d3def2a608d26aa3d7399c29a6df0271365ba925 1,463 0.99/1.00 vMB 23
398,568 398,568 0000000000000000009a91e216f2b3f8f432937f2158fca8296d133a2ee1dd08 1,705 1.00/1.00 vMB 24
398,567 398,567 0000000000000000029139a8859bce109bba21bed297be433975736396b6f22f 2,494 0.93/1.00 vMB 55
398,566 398,566 0000000000000000047a93f2c4ac96314b370e7172ca0c88b916fb567c7b7b95 906 0.99/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.96 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: 647.61 GB
    • Received: 12.96 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.