Loading Tool

Explorer IconExplorer

Memory Pool

79,679 transactions
29.96 vMB
0.11562383 BTC
Random Selection Loading Transactions
Max Size: 179.81/200 MB

Candidate Block

Mining Attempt d3c32d7b7725750d78d0a50f8361887e6398eaab4be0e4f81fdfd393713c1002
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 9fa0d9332e9dd042dc822a9421051da8e6f09036518e1b123fb5b304ff3774b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,042
Size: 1.00 vMB
Total Fees: 0.04889309 BTC
Feerates: 150.80 > 4.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (517,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
397,944 397,944 000000000000000000dedaa8273d06c45f28f8be67f9cb347b3e8f73e6885c11 873 1.00/1.00 vMB 20
397,943 397,943 000000000000000002d21e5227ebda14b1f22715776edb56629adf45903b943c 662 0.80/1.00 vMB 22
397,942 397,942 000000000000000006eab62d4816bb5b5612bae9d98d1cea544fdcd1370cbaa5 1 0.00/1.00 vMB 0
397,941 397,941 0000000000000000019ac5812748ef2a424f8fe6ad70a590b48566b7fe1f9eb0 686 0.52/1.00 vMB 32
397,940 397,940 000000000000000001071ef234745e7c6972e371e1aca67ef6febe2881781d04 1,742 0.99/1.00 vMB 42
397,939 397,939 0000000000000000047a7ff7861aa37b203272338ecdd1e2d4a309b688f463b6 488 0.46/1.00 vMB 30
397,938 397,938 00000000000000000727c9025ee8161abeb54f8ba8e7c907bf5656cc1134bea9 1,504 0.93/1.00 vMB 37
397,937 397,937 00000000000000000064820e84692a558d68d9f5a8bfe36d6660675bd86ddc0e 508 0.39/1.00 vMB 31
397,936 397,936 000000000000000003e7dc659cf38ab4a1cb91cec441152edee96cb1e4f9345d 828 0.51/1.00 vMB 39
397,935 397,935 000000000000000006770bb095fa3cd2dc1d12881669d79d6ca53dd482d405b3 874 0.62/1.00 vMB 35
397,934 397,934 000000000000000001c24bbe9313b87fe83c76c970ddcf011b6a1b2ecc5c1298 1,600 0.74/1.00 vMB 37
397,933 397,933 0000000000000000040bdb0b2e5632c1367c88ef09a39fdc0d3c57457511f93e 393 0.19/1.00 vMB 36
397,932 397,932 0000000000000000038f1e0f9153c5acc15e54e56d8c4bb1ffb5c2e59b844d18 1,222 0.85/1.00 vMB 25
397,931 397,931 00000000000000000601248e6cd561fd3449527a5a1c137a79835079da40c7ef 817 1.00/1.00 vMB 22
397,930 397,930 0000000000000000032bccb6bd1d5f2b87f57fc64fca14317141d0303801bb66 735 0.93/1.00 vMB 18
397,929 397,929 0000000000000000076adc62a4435f345b11382f8b2a224fefdaa94b9c525ac6 2,613 0.95/1.00 vMB 51
397,928 397,928 000000000000000005a8eb7a06f1b0cda5a0075aa85c4dd45154aa1f109f99db 1,083 0.75/1.00 vMB 30
397,927 397,927 00000000000000000789e8fa2589b917527520406850af056f56a6f808c2b6b7 906 1.00/1.00 vMB 21
397,926 397,926 000000000000000005615ede57a00219ec98b5d15427cdd3de4a3dbae42bd522 2,239 0.95/1.00 vMB 37
397,925 397,925 000000000000000005a3df1c02e3cb17b584fa23dbd394299dc3c9a1cd1b532b 2,551 0.95/1.00 vMB 56
397,924 397,924 00000000000000000284ab0ff086fd43c7c618ce2ed1f7833daa7913da7f4ca2 1,161 0.75/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.57 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: 671.23 GB
    • Received: 15.88 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.