Loading Tool

Explorer IconExplorer

Memory Pool

38,407 transactions
18.96 vMB
0.03980505 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 105.59/200 MB

Candidate Block

Mining Attempt 182c8ad4fdee6095c66fb60c7154732ce82a2d7940b24973331c579b6a645a9c
Version 20000000
Previous Block 00000000000000000001bbfcd3a38e3526bfc1b79ffa8ea3ec441fea7f3ad003
Merkle Root 96d3807b456c54bc21e7d6649922ba14267eeb9b50b68c388ad9000245ed9aba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,056
Size: 0.99788275 1.00 vMB
Total Fees: 0.00420103 BTC
Feerates: 100.48 > 0.42 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,878 (773,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,096 140,096 0000000000000114a96a2c30d878cffacd87e6d3530614e158b5bc04964defc2 71 0.04/1.00 vMB 106
140,095 140,095 00000000000001dd37833f08ea69550b34d1066401464f4f76d5f830918681f9 133 0.07/1.00 vMB 202
140,094 140,094 00000000000006f23d2c9553707bd383f32793016f5cfc9753ed8587e8c8b0f2 56 0.03/1.00 vMB 233
140,093 140,093 0000000000000162861ee2d3431e05db4b707fece20052f5fbbc2a610f14e3b1 121 0.05/1.00 vMB 185
140,092 140,092 0000000000000683b79daf3d2e73dc8cc66e94a2c51a1ef628e14749bcb626c2 110 0.04/1.00 vMB 204
140,091 140,091 000000000000073f0d9d16e3df4c87f21670fcdba939f732dccef104f5189a6f 8 0.00/1.00 vMB 106
140,090 140,090 000000000000051f8a2a0c4ec81f600d55058357452a6ae42af55615cf69f405 55 0.01/1.00 vMB 10
140,089 140,089 000000000000003910cd5b875eaff790fc5ad07c17a8243a6a55323ec394f45c 9 0.00/1.00 vMB 394
140,088 140,088 000000000000050a81140a573924911bb9cafd93e00d6ead68a60862854e55d4 10 0.00/1.00 vMB 357
140,087 140,087 00000000000006e76b195350a26791687c9b16f9da244c1df179550930ab536f 12 0.00/1.00 vMB 0
140,086 140,086 00000000000005842dc530fe8a2149717c96b35161234085e5d1af72a628370a 17 0.01/1.00 vMB 133
140,085 140,085 000000000000067bf90dac4623982f483ad7fff21c907119e616b93671193e25 118 0.05/1.00 vMB 228
140,084 140,084 00000000000001e0bf214d521e3d1bc191e525fdd734ce8d9d68c8d18d52187b 22 0.03/1.00 vMB 675
140,083 140,083 0000000000000430f919c22ee5ca3ed709da30d5c10bd0d53c6ac8a878db3dcb 60 0.04/1.00 vMB 226
140,082 140,082 000000000000083d2d4dfd065b84fc5f55726d0f8849604c33c69881a4dec538 158 0.05/1.00 vMB 12
140,081 140,081 00000000000001f5f8c93bd9946ced993a8b4232bebfbaa8003e22f535bb7dc0 11 0.00/1.00 vMB 1,044
140,080 140,080 00000000000004fb067c48763287723ba405865cd8f14e9fde1a991dea1f9c02 12 0.00/1.00 vMB 35
140,079 140,079 00000000000001a1a3c6824324dbfaa925d95180951a7ef1c7bb77fe62e62524 109 0.05/1.00 vMB 266
140,078 140,078 0000000000000346c8181a97190414111d59ce38231520c7009e543b72cbea34 21 0.01/1.00 vMB 377
140,077 140,077 000000000000024d68ae535204e2515b72d54a8d163b9440d21988879a3bc46d 29 0.01/1.00 vMB 95
140,076 140,076 000000000000044214dea96f9a9a4cd15c29266816c7cc77d84f0541dd750302 28 0.01/1.00 vMB 698
Previous 10 blocks ↓
Total Size: 780.39 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: 524.71 GB
    • Received: 5.11 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.