Loading Tool

Explorer IconExplorer

Memory Pool

16,570 transactions
10.67 vMB
0.04789874 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.86/200 MB

Candidate Block

Mining Attempt 8c12d7f6e5231a9d817a3754bfb1b439786238ae7f19d588683e579e6b40a429
Version 20000000
Previous Block 000000000000000000012e19983e24f0604faef80654158cc2f867745882ec5c
Merkle Root a429eab43af7b41578372b37f743d0a378d77836fbb60499b2bb9fd8dd8edadb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,363
Size: 0.99795075 1.00 vMB
Total Fees: 0.03104594 BTC
Feerates: 194.03 > 3.11 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,806 (646,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
267,531 267,531 000000000000000088cc21b9b88578c769c3b98ec318a1db556de5ac86272eb0 679 0.28/1.00 vMB 71
267,530 267,530 0000000000000001411dd17c1806cd947381a903296ab3fcd06e772b3100567b 173 0.08/1.00 vMB 52
267,529 267,529 00000000000000090b04b2c4b1a6b165b3de32bef42a14bef1a933fa72d56c59 358 0.15/1.00 vMB 80
267,528 267,528 00000000000000064b5826a3e234f4b0608cfd47c67142bede42312a98d16bda 271 0.13/1.00 vMB 59
267,527 267,527 0000000000000008def2aea4fae22f518c9754c01c42a28e1f7563dbe1c725ac 157 0.06/1.00 vMB 108
267,526 267,526 00000000000000041155cce9a008db0d6c6e5d39dbf3ccc2b9546e7007f3d45f 163 0.07/1.00 vMB 62
267,525 267,525 00000000000000044b5a78a9ec5b64acda4bb952fedf3ed0bcc96d63e506d733 54 0.02/1.00 vMB 102
267,524 267,524 00000000000000055c726abb2859d3aac144b3e9ae02189a7ab04e3d69fba6d7 28 0.03/1.00 vMB 15
267,523 267,523 00000000000000048356e87fc75928eb741a833164cac9682f930d5682208222 42 0.02/1.00 vMB 31
267,522 267,522 000000000000000948c56c4b0279645a304e2107ba27e4931ee25ea56dbef816 362 0.17/1.00 vMB 75
267,521 267,521 00000000000000015fc43c01ecfb366e24ca6c9a30d96c8fb9c195c8383d53e6 238 0.15/1.00 vMB 50
267,520 267,520 00000000000000021c56faf63b4f0e64cab6960780e0b45d7738fddfee992855 349 0.15/1.00 vMB 70
267,519 267,519 0000000000000002225a68e65768ca02f04a27b13dda0e2d5ab04d9284f37175 51 0.02/1.00 vMB 49
267,518 267,518 000000000000000323cb5c5ecf74d370794daf72c33b7cb5ccf0b42a6907fa03 115 0.05/1.00 vMB 54
267,517 267,517 00000000000000035c8265d92ef9b683118159012e4102ab35e890b1da4052be 78 0.04/1.00 vMB 44
267,516 267,516 0000000000000009ae73d958ead63ec67b8aab5566ebe6e4bf3227acb1f09bb6 440 0.19/1.00 vMB 71
267,515 267,515 0000000000000007b972c582df3423591bd87c1a442a71527ab0aa5fd0424d44 152 0.06/1.00 vMB 54
267,514 267,514 000000000000000772999bf20e9a72a745f7f21085888960f45ba7a3f2263a16 81 0.03/1.00 vMB 55
267,513 267,513 000000000000000327c4758c1aec4bc2bbf2f41082c65a8192166d9ef38572ba 77 0.03/1.00 vMB 47
267,512 267,512 000000000000000a4471482a215210a4bd934269ba906c1cc416fcaa928f9fdd 98 0.04/1.00 vMB 61
267,511 267,511 000000000000000627fea1ea6c42bb9689e12036dc16b00cfb2efdf738fc984a 136 0.05/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 780.28 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: 516.07 GB
    • Received: 4.41 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.