Loading Tool

Explorer IconExplorer

Memory Pool

47,510 transactions
27.78 vMB
0.09352739 BTC
Random Selection Loading Transactions
Max Size: 146.93/200 MB

Candidate Block

Mining Attempt 13a7374da16f5523f8eb3c47e324ceb51581c30afac6eed28f35b3fb3ae83572
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 3fc7679c4bfcc913e16c9db5c0a0c1e2b703882223c751dee1530b06fd87b698
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,526
Size: 1.00 vMB
Total Fees: 0.03756306 BTC
Feerates: 159.25 > 3.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (466,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,523 448,523 000000000000000000c214a99af69bc751a69602dcc3871527247ffa38c01c7b 2,594 1.00/1.00 vMB 75
448,522 448,522 000000000000000001906205cc90df94027d287e04122dfa1deb881d4deed6bb 2,390 1.00/1.00 vMB 97
448,521 448,521 000000000000000001455228eeb31d1752a2dfbd5e0bc02fab2125534185d0e0 2,412 1.00/1.00 vMB 117
448,520 448,520 00000000000000000165d9b49fcc566a9f67032e997d741170f5414dde535b59 1,117 1.00/1.00 vMB 102
448,519 448,519 00000000000000000252f53abc8de3a81b74212a7bb4e3d623267f0e434d0e7b 2,104 1.00/1.00 vMB 123
448,518 448,518 000000000000000000fedd6f60f5d4c1eee2ec59eacdc1cee315f757ee0dd001 2,440 1.00/1.00 vMB 73
448,517 448,517 000000000000000002e1a15698d42ba69d89460b693e14dff8cb9273504f01c3 2,151 1.00/1.00 vMB 87
448,516 448,516 0000000000000000002789273e070f058c13a2de43a1602ffbdfb553c9ac5fad 2,530 1.00/1.00 vMB 95
448,515 448,515 0000000000000000027faaae5f288a68e41821c66e2ca32e2e88c8d3383e9946 2,798 1.00/1.00 vMB 73
448,514 448,514 000000000000000003214fb909c154dc03d552523d6a2c047516b0adf1500289 1,880 1.00/1.00 vMB 69
448,513 448,513 000000000000000000e68149ee0eb7b4f7ea0a8cacaf2af7ccc4191e1926dbf0 2,601 1.00/1.00 vMB 83
448,512 448,512 000000000000000000f61704ee2799193e41e9401c11890fa5536c24955d5400 2,131 1.00/1.00 vMB 77
448,511 448,511 0000000000000000022240653b08f2de4542a3feed2ab40d4d3a30e651b9a033 1,997 1.00/1.00 vMB 93
448,510 448,510 000000000000000002f35d9ad58df22fd4456c7097be90e8ea9920d58514b5dd 1,524 1.00/1.00 vMB 79
448,509 448,509 00000000000000000136398c9a5eca19cccbc7b8ba30e5aba06e9c8be0d44ffd 899 1.00/1.00 vMB 89
448,508 448,508 00000000000000000224189f3b4e71fe81f98e509c03405db5b2577a6ff66ac0 1,293 1.00/1.00 vMB 87
448,507 448,507 0000000000000000021e2a73b67f4e706ff088f3081f005cf14edd40283e9e55 2,561 1.00/1.00 vMB 108
448,506 448,506 000000000000000001dd2a9c71a9fdb69f789cff0ad017aacdae20ece2b0a8ce 1,066 1.00/1.00 vMB 103
448,505 448,505 000000000000000001d0330913d7d0d3b23ba29ea459c78e5a1e27dc95915c1d 1,796 1.00/1.00 vMB 113
448,504 448,504 0000000000000000019a696ca4720238af77e8ed522d17609dfc8afc1db41ed5 2,248 1.00/1.00 vMB 125
448,503 448,503 000000000000000002678f73dacaac4de40c934fdf3f46dcfadd7fe02ab3bbbd 2,441 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.20 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: 654.02 GB
    • Received: 14.08 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.