Loading Tool

Explorer IconExplorer

Memory Pool

78,353 transactions
29.07 vMB
0.11545861 BTC
Random Selection Loading Transactions
Max Size: 175.37/200 MB

Candidate Block

Mining Attempt 7cb6dc8802ccf7b66375a1d9fbb8a165ff3cc930608d6104fd7d72a5f8f362d0
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 8299cf12104c0dd36e419ec8c8509548a638d023fc03b5f761c9e5453ae78559
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,083
Size: 1.00 vMB
Total Fees: 0.04084051 BTC
Feerates: 150.80 > 4.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (121,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,521 793,521 000000000000000000015b263939ae1f608445d486b7227f148a4db5bb599c91 1,366 1.00/1.00 vMB 23
793,520 793,520 0000000000000000000054b1a93bcfdccec2c19b49d320ec42af4bbf73d5fcc4 2,149 1.00/1.00 vMB 20
793,519 793,519 00000000000000000001d2c8789e7a0fc987022a4024eb2f985719b67bce3add 1,968 1.00/1.00 vMB 39
793,518 793,518 00000000000000000000f183376eb8577d45d5caf65d15bad28cf97eb069b1a2 1,676 1.00/1.00 vMB 43
793,517 793,517 0000000000000000000245ffa41bb426dace2c65f0f21deeb2dcedfac8dea879 879 1.00/1.00 vMB 19
793,516 793,516 0000000000000000000298e0fc172ad887f23d152edcf32ccc5402ee9a792975 724 1.00/1.00 vMB 16
793,515 793,515 0000000000000000000112146b0cac7f0d3c54b0618c550a7f5019d44eccd8bd 1,403 1.00/1.00 vMB 17
793,514 793,514 0000000000000000000016ae06e0643099966214bb7e6c9c759db1789168dc27 2,481 1.00/1.00 vMB 42
793,513 793,513 00000000000000000004253f0cba1a865d7dc771521d6a89ecf5ae9d20768774 1,176 1.00/1.00 vMB 14
793,512 793,512 000000000000000000027e16489b3f60d128140a193d0ea637f5c3bbdabe66c2 2,389 1.00/1.00 vMB 32
793,511 793,511 0000000000000000000470e041c80c8ea98400b85bd43c00220807a58c9786d6 2,286 1.00/1.00 vMB 55
793,510 793,510 00000000000000000005092139b474a7263c7d305af21e4e0fe45efbea095a82 1,475 1.00/1.00 vMB 25
793,509 793,509 00000000000000000003df4fad3ab574a9df097b7336620ed779dbb16817612c 1,659 1.00/1.00 vMB 18
793,508 793,508 000000000000000000037f89f13d9fc08c5d6f9eedaa9f35ff889c2a828c9eed 2,052 1.00/1.00 vMB 38
793,507 793,507 00000000000000000003560d54731b4e52b7f4e0a25ca869b5599637d81f3bc6 2,036 1.00/1.00 vMB 36
793,506 793,506 00000000000000000002717be1e3275e9c0e8a3cc1c92b214883e0b0924682ff 2,812 1.00/1.00 vMB 60
793,505 793,505 000000000000000000041fd8b6e6ed83772c41b225179b0da415ec8f2becd824 597 1.00/1.00 vMB 15
793,504 793,504 00000000000000000004a48c144ee7e7c7cb7404df2829aba9a17816c7a0d4a8 1,484 1.00/1.00 vMB 24
793,503 793,503 000000000000000000015b4935c09643ab9df8bd59100204371978c48be3dde4 1,663 1.00/1.00 vMB 27
793,502 793,502 00000000000000000002e144b21202c0605b2bff95bb277e17119a3f027aa07a 2,359 1.00/1.00 vMB 34
793,501 793,501 0000000000000000000215dc9cd33330f207ea55bb1b1b0f7c55e9c0f121f728 1,491 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.85 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: 712.76 GB
    • Received: 17.21 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.