Loading Tool

Explorer IconExplorer

Memory Pool

27,342 transactions
12.93 vMB
0.07983624 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 73.03/200 MB

Candidate Block

Mining Attempt 477c9d1fc26262089758241d0eb4786980bd731fb687d2b3c05d388b2ceefb13
Version 20000000
Previous Block 000000000000000000001d4734e2c5f1dcc81108a51a8e59880fba80c9423cd2
Merkle Root cac3fe684e4a7c35c8d38c069d2b327859bffd7f1d794ab9a7da075f090e7b92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,703
Size: 0.9979555 1.00 vMB
Total Fees: 0.04831219 BTC
Feerates: 502.67 > 4.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,696 (772,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,734 140,734 0000000000000371515b17d6e1df49f7906cdf5e21eed094051f29f198fa4925 114 0.05/1.00 vMB 293
140,733 140,733 000000000000010fd30598f905cafc685aa1eaacc75193cfe5840fbd13d91ac5 60 0.05/1.00 vMB 398
140,732 140,732 00000000000008ce5e87ce2be9af680045b63e83733c2af27f8e4b70ba1638cd 23 0.01/1.00 vMB 148
140,731 140,731 000000000000073acb32f6687dd66c4e48daecba48fbd0bc681abf57d356374c 30 0.01/1.00 vMB 48
140,730 140,730 00000000000006a51578a70b932e9183f2062885e28380026ca521e5152c42f6 8 0.00/1.00 vMB 337
140,729 140,729 0000000000000352de80d357ec69373606c8327550d66b0777d3d2c025a24971 8 0.00/1.00 vMB 388
140,728 140,728 000000000000046a2d9364ce806d9fa68f7de92bdccefec67e818e6f53e2a63b 26 0.01/1.00 vMB 123
140,727 140,727 000000000000029fe2b869a2ceeb88fffe7cb7e7f9b4c63807c4a06e6a607854 114 0.04/1.00 vMB 35
140,726 140,726 00000000000008bfa6220e3b77d2a1f9f0929a95377d25185550359f499bc34b 99 0.05/1.00 vMB 154
140,725 140,725 000000000000072e47436c46523c217bebb3be5ea6d6fc2575be71fd091202fe 10 0.00/1.00 vMB 17
140,724 140,724 00000000000000ae650f906aae8cfba73d57b34a106f2b68c641b26c419d077f 17 0.01/1.00 vMB 395
140,723 140,723 00000000000008762f5792fe42d744224d259d386ead71892d51a5d40c95f5bd 174 0.05/1.00 vMB 92
140,722 140,722 0000000000000638ca575bd9cd83ad6de4b252c9c57d9ace6e40d6eda974440e 133 0.05/1.00 vMB 127
140,721 140,721 0000000000000474011f1f2fa0f4bae1d1e4fb40d19877a761717cc60c5e7cea 7 0.00/1.00 vMB 225
140,720 140,720 00000000000000902b35a77c574a0b390b62b4a88c20780962a465d2e5299669 10 0.00/1.00 vMB 616
140,719 140,719 000000000000006f746308daa3858345e9189bdcf077a3f9be891cf29a690e19 125 0.05/1.00 vMB 229
140,718 140,718 00000000000000d86d0d54ae633d97819981a53f6902088e2feab9aba79850fd 115 0.05/1.00 vMB 140
140,717 140,717 00000000000006aafa5a21bde64df3fe9a02a35faa8d1d7da031d051ab072646 60 0.03/1.00 vMB 390
140,716 140,716 00000000000001eab6b2a56034ef72f79d9b515e5c27d4f4b04345d808b049bf 52 0.02/1.00 vMB 297
140,715 140,715 00000000000001ecdf4212624ba4cd8b72ed8a9b0562b7d29faf43d1eaf24aac 133 0.04/1.00 vMB 148
140,714 140,714 0000000000000806430f2ca4342edca971fa2ef1900638f01c2da640dd9ec6e9 132 0.05/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 780.08 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: 492.41 GB
    • Received: 3.43 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.