Loading Tool

Explorer IconExplorer

Memory Pool

80,023 transactions
30.67 vMB
0.08225177 BTC
Random Selection Loading Transactions
Max Size: 186.18/200 MB

Candidate Block

Mining Attempt cb38eb704dd9cccf1fac13aa20c9c9a359400034a0536dbcb878ec959c745ce9
Version 20000000
Previous Block 0000000000000000000041d60a92a6ed88a5f4f780ef10a467a2b56d3042f027
Merkle Root 2cf7b4aee8ae47dde5d9534ce118d3dfad8aee04d3d9ea68918497ab5160d745
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,976
Size: 1.00 vMB
Total Fees: 0.01658805 BTC
Feerates: 248.04 > 1.66 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,192 (500,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,064 415,064 0000000000000000004d75106884fd7eea0f4ec863fb7121f4bf6456ef70fbd6 337 0.18/1.00 vMB 48
415,063 415,063 00000000000000000542187cb5232983e03d69d11d5124aefc6fd219d0c45355 863 0.77/1.00 vMB 24
415,062 415,062 0000000000000000012f8adcda58dbdcb8f991a8b2487c4123b29d2a09be68b6 554 0.28/1.00 vMB 41
415,061 415,061 0000000000000000015d990183f438f0175c9409eb18b7e675117a75c4304896 1,837 0.85/1.00 vMB 45
415,060 415,060 0000000000000000011fc4aab226c4b0bd960ab286f8da466fcfe9bf38a86b24 1,114 0.51/1.00 vMB 49
415,059 415,059 0000000000000000051b7daab9b5f33568a283a9dc2e1a7ea0366e9dd81317c8 2,089 0.99/1.00 vMB 39
415,058 415,058 000000000000000003df274e43df38522fe510d0006f6faf4ca54bc18f5a4e6a 2,140 1.00/1.00 vMB 44
415,057 415,057 0000000000000000039f63bebe7f3c87496bc97a2b8eaf4be5835ef5a8f85b12 243 0.12/1.00 vMB 33
415,056 415,056 0000000000000000030aeb36c736cc5ff9763fc7f057a03de3c95480c40b220a 1,407 1.00/1.00 vMB 31
415,055 415,055 00000000000000000545136c8b5781a96d31773992df55c1285dbd4b68806e6c 1,884 1.00/1.00 vMB 68
415,054 415,054 000000000000000000b073c9f18fcd7db0b423e73e68a08e6ec2e8d58bfa65bc 510 0.20/1.00 vMB 46
415,053 415,053 0000000000000000013f9f6451b8082976307189f8d1035ae2e95d3683510978 1,142 0.44/1.00 vMB 47
415,052 415,052 000000000000000001fdc88b4f3798fc1b056bc741700ef33eb33f0511bd7a84 1,413 0.64/1.00 vMB 45
415,051 415,051 000000000000000003762b2c5db4f483602be03da53bf40997674b06dbd005de 168 0.11/1.00 vMB 31
415,050 415,050 00000000000000000294124a04224cc418d0c890241311be7951be6b7be5e2f6 975 0.52/1.00 vMB 38
415,049 415,049 0000000000000000044768dec857dd64f452d4f0d7c861560adb2d46e7add0d9 90 0.04/1.00 vMB 43
415,048 415,048 0000000000000000004df15b267644f72a30a0f620437c9c89342742475c53ae 765 1.00/1.00 vMB 14
415,047 415,047 0000000000000000056ef58ac20e0258ded8c5b918d6d8dcb8346b708caac4c5 831 0.37/1.00 vMB 42
415,046 415,046 000000000000000003da9de3973679f8a5c68518e37af3ba04eaab4986772989 1,393 1.00/1.00 vMB 29
415,045 415,045 0000000000000000052863b60a3c4e45c3af3d1d4cf8b69fbb7e78437cd3efa7 1,158 0.59/1.00 vMB 43
415,044 415,044 000000000000000000e4b2654ff00d3289a0c865d4e22fe6989ac8d313a4a997 1,342 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.72 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: 707.21 GB
    • Received: 16.67 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.