Loading Tool

Explorer IconExplorer

Memory Pool

81,785 transactions
30.23 vMB
0.08444804 BTC
Random Selection Loading Transactions
Max Size: 182.28/200 MB

Candidate Block

Mining Attempt 667f066008acaca095a8adbd608bd9b0f67036fda2fd9620df1825128cde0ff5
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 2712386b4161024cf66de9f64b708e7a323cf52977ef6333a7631902576e2b1a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,946
Size: 1.00 vMB
Total Fees: 0.02247580 BTC
Feerates: 502.67 > 2.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (419,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,010 495,010 000000000000000000246aaa49f848a8e110d1bd09bccbe02465587a78e963a5 1,017 1.00/1.00 vMB 47
495,009 495,009 000000000000000000162cb0d34b48de0656f1a43cd804116b6b65976cdf819b 2,170 1.00/1.00 vMB 221
495,008 495,008 000000000000000000b9597a78f0b6ba143c3ff052fdce4beeeb89821b3de7bc 1,132 1.00/1.00 vMB 107
495,007 495,007 000000000000000000a2bc0ea3b4a02bb0451eb29060ba75cdda5530d11c1e81 761 1.00/1.00 vMB 81
495,006 495,006 000000000000000000b1d6467e978294ef0c8621169c34f5e0cdb69ac8e9c31c 244 1.00/1.00 vMB 18
495,005 495,005 00000000000000000055d3758e328b1dfb544e5ddcbe0fdaa5e375c5a059189c 447 1.00/1.00 vMB 24
495,004 495,004 0000000000000000005a18abcaf2fd2f00655f97064ead51ed3ac41c644d2e7b 1,648 1.00/1.00 vMB 59
495,003 495,003 0000000000000000000dcd1fb25414c6b79eff1fee4e2054143aa17c44e2e03f 1,848 1.00/1.00 vMB 328
495,002 495,002 0000000000000000006981a4382aadc54035d07dfa49a33594cc8d57d240d83c 1 0.00/1.00 vMB 0
495,001 495,001 00000000000000000002fa1477edc2ecc9b6a8e4afa5a09d53725fc00beaaa3f 951 1.00/1.00 vMB 41
495,000 495,000 0000000000000000004df8b760489cdc4440a7625cd053066e14f03c5b21c97d 770 1.00/1.00 vMB 14
494,999 494,999 00000000000000000026fa7a870f1fe938f4b017a15e3bd83207133ea001e699 1,923 1.00/1.00 vMB 135
494,998 494,998 000000000000000000ba5141af4a70e9b0f27633e4b654fae5926892fa10fbb8 2,438 1.00/1.00 vMB 277
494,997 494,997 000000000000000000bb579a13eb6aee472e0bddf5da9c24774ca7c4da322863 1,317 1.00/1.00 vMB 74
494,996 494,996 00000000000000000076be6678a2efa7793f98900ac0490863514f291e0f90f8 963 1.00/1.00 vMB 39
494,995 494,995 000000000000000000aa16a81a9b3b74f47f07bd6184705a3525e8325dffa54f 1,990 1.00/1.00 vMB 294
494,994 494,994 000000000000000000b6a9e3c4aa5619a48023818df48f757f8fff650b51de85 1,488 1.00/1.00 vMB 60
494,993 494,993 0000000000000000009fb48af36cf69b653feebe346433b4509d8134a4ae1c77 1,382 1.00/1.00 vMB 91
494,992 494,992 0000000000000000009b6956c9b04f979ae1c9b14a61e76d95bb252eadaf3c09 1,742 1.00/1.00 vMB 105
494,991 494,991 0000000000000000005c7a5fa029426a062b5e7b118c108f45ab9e732caaf877 1,645 1.00/1.00 vMB 93
494,990 494,990 000000000000000000c8ecd93fc4a23600cd98f8658a8bdadc470a9ecf34b746 1,733 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 782.36 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: 662.66 GB
    • Received: 14.87 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.