Loading Tool

Explorer IconExplorer

Memory Pool

78,208 transactions
29.08 vMB
0.08056669 BTC
Random Selection Loading Transactions
Max Size: 175.97/200 MB

Candidate Block

Mining Attempt 620a5af351b1f74efda063140768a133f186b0a2ec018df563d89e4d870fa4a2
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root a5bbf2955c0d9bf6c13bf96e7e5de83549a34456a074bb6e1ebbf00fe81e4ac2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,850
Size: 1.00 vMB
Total Fees: 0.01986527 BTC
Feerates: 178.73 > 1.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (306,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,086 609,086 0000000000000000000005872186112b6afbcda119d5270f6d71b1ae2a9b0be4 195 0.06/1.00 vMB 18
609,085 609,085 0000000000000000000c53d9a9effd91c99dabce4eef8e7ed462ab4cf139238d 2,343 0.69/1.00 vMB 4
609,084 609,084 0000000000000000000d84fa89d8b2ea1b518b927a2028da18d8a584a3899080 2,404 1.00/1.00 vMB 14
609,083 609,083 00000000000000000012844979eaec848fe72ff3c2f93112085f0b49733835c0 2,855 1.00/1.00 vMB 10
609,082 609,082 0000000000000000001048ee39aa63c2b7e199573b521ad8438d06fedcddbc00 3,181 1.00/1.00 vMB 31
609,081 609,081 000000000000000000103ee1606da2e676e6ec489795bcdb794605a62079187a 301 0.09/1.00 vMB 18
609,080 609,080 00000000000000000014b7f5714a93fddf6b97a1f9ae1f11376ecf7a0a7b83fc 134 0.06/1.00 vMB 14
609,079 609,079 0000000000000000000f230eec1eaa625df2a0f0edc16d05319d2913bc1de2dc 957 0.43/1.00 vMB 15
609,078 609,078 000000000000000000121c5812c6419b234133787e4c6bd86957b1184b79399f 784 0.28/1.00 vMB 14
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
Previous 10 blocks ↓
Total Size: 782.68 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: 677.66 GB
    • Received: 16.44 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.