Loading Tool

Explorer IconExplorer

Memory Pool

42,183 transactions
30.45 vMB
0.06881821 BTC
Random Selection Loading Transactions
Max Size: 154.56/200 MB

Candidate Block

Mining Attempt a61d14a3cdf20121c4330c459251051198dd59bac11be5cbfb544f67b25b1646
Version 20000000
Previous Block 000000000000000000006b01ff0f8c8980e4005bdebf7640591cda9fd2e81467
Merkle Root 700f3a92faa8e08b20d490b38d963e3f06ba70386d532e8f539bf9a5952baac0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,577
Size: 1.00 vMB
Total Fees: 0.00783150 BTC
Feerates: 250.76 > 0.78 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,442 (835,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,943 78,943 0000000000383b198ee26b2ad5f33930174c79a410aae062a0792a7f1a873e5f 1 0.00/1.00 vMB 0
78,942 78,942 000000000039823d4814fa61886695d59754a3013f70a22a84d0b4c76f572ae1 1 0.00/1.00 vMB 0
78,941 78,941 000000000049cd2ddc80c5cb1ddd5de9ddec98de78ca050ce294ab1187f8c5b6 2 0.00/1.00 vMB 0
78,940 78,940 000000000054355b27cc2ac5b54ecb21e7a597fd7d92e69c04acf74f1a7394dd 1 0.00/1.00 vMB 0
78,939 78,939 000000000048baca0171d5874aa63d4c20d4ed5ee2ce7378783f6fe2a69966d6 2 0.00/1.00 vMB 0
78,938 78,938 00000000001d3016bab466d86340b2d503c9d03a0a479912102b195edf7b04a8 2 0.00/1.00 vMB 0
78,937 78,937 000000000017010eefea5fc38a06c57ce64f5fffb18bb77efb5d3e06360e5d60 1 0.00/1.00 vMB 0
78,936 78,936 0000000000217c461267e28cb81a8193e3d8af5711389aeeb529eba99ccc1d01 2 0.00/1.00 vMB 0
78,935 78,935 00000000005a8150ec9df87a32f967b7dbdb6dfc7e0adafd54d077fa7c1b8139 2 0.00/1.00 vMB 0
78,934 78,934 00000000001c6977742b0793027ce6e4f667142168d6ca6cb71024bb30fa23c7 1 0.00/1.00 vMB 0
78,933 78,933 0000000000227810c169bb077c63d31908bc2728d0e9ce5d7d5536a8d75e1cfb 3 0.00/1.00 vMB 0
78,932 78,932 000000000038fa87659a848345d5b01e7f15db8418eed12e7aaf14f32a9fe257 1 0.00/1.00 vMB 0
78,931 78,931 0000000000076ba53db83361606089e78e049b1dd72fdf195c3731721dc20288 2 0.00/1.00 vMB 0
78,930 78,930 0000000000051a160aa81ade4c32b5c904b97f336f0d96d314b36166ae20976b 1 0.00/1.00 vMB 0
78,929 78,929 00000000004df7872ce4e7643a6afa61348be15a144d69562ed241697d34a7c4 1 0.00/1.00 vMB 0
78,928 78,928 00000000000a0b956c0aca9f3d978932e9ee8515754587bf07500892451945aa 2 0.00/1.00 vMB 0
78,927 78,927 00000000004653814ad635534d7278ee7f0e602cfff078bfd1b433738744d900 2 0.00/1.00 vMB 0
78,926 78,926 00000000000421af9df85cc7e255b80ce25b4d720675f6bd2279e7a8f52cd49d 1 0.00/1.00 vMB 0
78,925 78,925 000000000006776af3cd7372cdee0650ef509eb57dd0b95e54d9c2d6d3c1fe59 2 0.00/1.00 vMB 0
78,924 78,924 000000000002f0bfb9239f1c40fc95c2c9d1ab1fb4afc5d7f373609baf4e24b1 1 0.00/1.00 vMB 0
78,923 78,923 000000000024142b199b2b6a4d52a6002f33ece9c2be565cede0850f65cf644f 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.39 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: 602.82 GB
    • Received: 10.47 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.