Loading Tool

Explorer IconExplorer

Memory Pool

28,280 transactions
9.53 vMB
0.10933801 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.26/200 MB

Candidate Block

Mining Attempt 7bba7cbe3caa4362465c69a6bd7eb2a24e6d4fb125c6b9d021ed11840c12ffc0
Version 20000000
Previous Block 0000000000000000000207d87b7daaa9b76b765d546cb6d2acb529123ae5516d
Merkle Root ccccdff419c9e9514d9f7629ad23ec8dde66b8c1cc5e1ba61157ecb7a242f05c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,272
Size: 1.00 vMB
Total Fees: 0.03728467 BTC
Median Feerate: 3.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,220 (765,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
147,977 147,977 00000000000002e6d42ba8126dc92f684f34ae63629f513ac83a5cc468dc8c70 130 0.05 vMB 90
147,976 147,976 000000000000073c05c5ebefa0655e8ab59b244a15de3c3d524c8e338121a7fa 145 0.05 vMB 104
147,975 147,975 00000000000005f38d9535abff12a8cc77481beb48f658747e52819ece70a2a8 114 0.06 vMB 271
147,974 147,974 00000000000000b5e6e5430bc816870e90cf07bd6503d463c6ffe504c15fe6e3 15 0.01 vMB 62
147,973 147,973 000000000000045c4ae361118fdeb65aedab4235c4c1bb565fca603920287a46 7 0.00 vMB 84
147,972 147,972 00000000000009c511d2aa45ee4a0255caf0e7588380e656279b8ebe4846b07f 12 0.00 vMB 18
147,971 147,971 0000000000000973307a0fd0229b96e327d912a1fea5afba5a19b2b732243aa0 54 0.02 vMB 37
147,970 147,970 000000000000060a8a0aa0604d16f6c49616e6aba3ce85518bcd9784dd46d78c 8 0.00 vMB 314
147,969 147,969 00000000000001a98af41ea6edd7e7058a2218e23e833f03cd8f19b00686ac25 48 0.01 vMB 0
147,968 147,968 000000000000003d93644e2ecf4adc5161c46947c231decf536c9b2b06df3334 74 0.02 vMB 139
147,967 147,967 000000000000085f8485745b0cfbdbd9d3f92a7b3860d5c8f4927faac5959c7e 43 0.02 vMB 318
147,966 147,966 000000000000023f6d50c85088ed003ca49840014cff7832e3c1a83d762e9afb 13 0.01 vMB 94
147,965 147,965 00000000000002427bf3fe4b29cb2da4003abc402819f9f726a650514ccd339d 1 0.00 vMB 0
147,964 147,964 00000000000005586e3fbbdf269ed2c6189f0b5305ff6d9ebffee5bb3b0a4fde 13 0.01 vMB 591
147,963 147,963 000000000000038d5ef9342fa16e3a14348b5be949ad10daef267b47515ccf76 26 0.01 vMB 99
147,962 147,962 00000000000003e674948a6496b361342d9b208d2d67f31fe83a01615ea2dfba 13 0.00 vMB 61
147,961 147,961 000000000000041962bcfcdd848cfc4395480dcf55f41922143d78dac34080b8 92 0.03 vMB 51
147,960 147,960 000000000000003acd65675fa79b72a2776e47b5b0756db16594cab62504a664 1 0.00 vMB 0
147,959 147,959 00000000000006e5a258e816c78ca901676b5050a06e5de56aee57957c7bb166 95 0.05 vMB 142
147,958 147,958 000000000000031e5a26adc6b277b528d9cb869100bf8650e6947f2b52d7b081 7 0.00 vMB 52
147,957 147,957 00000000000001f4ea369764fcd4baae413fa4a8a1f0779e5e28ebed851fca4c 34 0.01 vMB 20
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 72
    • Outgoing: 10
  • Data Transfer:
    • Sent: 23.73 GB
    • Received: 0.47 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.