Loading Tool

Explorer IconExplorer

Memory Pool

28,397 transactions
8.29 vMB
0.08518106 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.09/200 MB

Candidate Block

Mining Attempt 72069c2f231ace9a7389471c904e8c5fae989691f73329a5bd51529fa5d1a510
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root b01f6a64e850b44c47b44f84cb519e569256f25f11c3e89cc50e653ce77d7aab
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,985
Size: 1.00 vMB
Total Fees: 0.03689947 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (765,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
147,981 147,981 000000000000082825eee360a1b5e3fbb12d5705c21c3beb295ee414708967ea 2 0.00 vMB 62
147,980 147,980 00000000000002180765f551d7cb6ad054b17f8620b4a4386c39c085141ac71b 70 0.03 vMB 110
147,979 147,979 00000000000009b3aec46293b5519825c130cdf8110b60cf455540603a453560 16 0.01 vMB 84
147,978 147,978 00000000000009e936d8bef406c3d59ca5d7d6395edec7bf2bb33e9cd6c6b2ee 18 0.01 vMB 60
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
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

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