Loading Tool

Explorer IconExplorer

Memory Pool

80,492 transactions
30.12 vMB
0.13995758 BTC
Random Selection Loading Transactions
Max Size: 181.86/200 MB

Candidate Block

Mining Attempt 65ebcf9238b50971c8fac77bec56e41b982d056635963b40a81985fe54d9ff27
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 07bad75e03f047465a6d171154cabc7225c1e18b1811194bfdd5eacaba3a894a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,854
Size: 1.00 vMB
Total Fees: 0.06875897 BTC
Feerates: 101.64 > 6.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (306,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,077 609,077 0000000000000000000136dd79f5f8927592bdb65d4c41a1f011e997b1d516ec 3,159 0.94/1.00 vMB 14
609,076 609,076 00000000000000000000ddb9840a6f0041b68311f0083caea724634a44f8fa2b 1,326 0.41/1.00 vMB 13
609,075 609,075 000000000000000000118876b995180a21eb30f6a33c94b0612fd1c88acf8faa 1,316 0.44/1.00 vMB 17
609,074 609,074 0000000000000000000f7086e551ee78a8e5777e16dcb441abce6ff97d430e51 1,676 0.59/1.00 vMB 20
609,073 609,073 0000000000000000001422901c55dbb17fc8c7e5d4aeaf4207556fd123850a18 1,617 0.51/1.00 vMB 21
609,072 609,072 0000000000000000001206abb0cf28cfabc02b8b7b3a4cd0f5c858babfba7f40 577 0.21/1.00 vMB 10
609,071 609,071 00000000000000000006b707101c05cbae550582b3ab9f14d3e89ab81889f8c9 3,070 1.00/1.00 vMB 15
609,070 609,070 0000000000000000000e91ffa73fa7585e81a5dbbcb431682f9a257afe2c00b5 2,564 0.81/1.00 vMB 14
609,069 609,069 000000000000000000093c9b0b7ae3c5034d8747aea482fb64ad8234c573c28f 521 0.20/1.00 vMB 15
609,068 609,068 0000000000000000000eac2f0075d3b9d8c34cf10efb3d55e81afe8c2b51768a 2,014 0.53/1.00 vMB 16
609,067 609,067 000000000000000000048446774b7bf61e9aafdc746cbf408606d8058dc3c644 2,303 0.69/1.00 vMB 17
609,066 609,066 0000000000000000000f7b11e5fc92d409036aa5c53e2bd14ee21cc9d4790d15 371 0.15/1.00 vMB 28
609,065 609,065 0000000000000000000f80eb4d56d1ab7f751e21bf122f13d8018d28dcc8cfa6 330 0.10/1.00 vMB 33
609,064 609,064 0000000000000000000bbbb6d43c4f56309a309c7d8d4dd993a3654f52d392c5 115 0.03/1.00 vMB 19
609,063 609,063 00000000000000000007199fd8cd57aa17fee8c54aba3b22883120687b60bb27 2,995 0.84/1.00 vMB 17
609,062 609,062 00000000000000000005334abaa88be1f61d354c7c04cb73ae96e14ff08e8269 517 0.13/1.00 vMB 23
609,061 609,061 0000000000000000001426d4def7490dbe2ce579c84d1b92b710962169b4ad85 1,001 0.29/1.00 vMB 19
609,060 609,060 0000000000000000000bc20695f18ded25185f012ea91ffd417d77ce43c93182 2,148 0.67/1.00 vMB 21
609,059 609,059 0000000000000000000b77a301637ce4856a9d2cb3e5f4307176b34b396e1f9a 927 0.26/1.00 vMB 17
609,058 609,058 00000000000000000007ee252437e46de9f267fc45729618583a7fdfb179e1ce 2,040 0.58/1.00 vMB 16
609,057 609,057 0000000000000000000cce8c57f96f262391f0f33ba698626e0b8b4641d5c418 2,909 0.90/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.64 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: 672.38 GB
    • Received: 16.22 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.