Loading Tool

Explorer IconExplorer

Memory Pool

23,133 transactions
11.44 vMB
0.02620212 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.75/200 MB

Candidate Block

Mining Attempt 49ac68dd17a4054f593b570ec5fc4ba6251528611d9b2b697b8958e31f622f95
Version 20000000
Previous Block 00000000000000000000e19162a3e2f9ebc9baa270d97a06a0e07fa40f94a65b
Merkle Root bbd955db5979cb9c444bc17ebc404b32e70d88c1f8302a13864e2db996ddd911
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,239
Size: 0.9979675 1.00 vMB
Total Fees: 0.00759878 BTC
Feerates: 60.05 > 0.76 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,671 (772,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,793 140,793 0000000000000340ab0d383725ca0aaa43c5b822f6a52ca64e0e1935515157c9 5 0.00/1.00 vMB 48
140,792 140,792 00000000000006841073d4f09fae2a0333df10794d34bee11b241ef46e517b68 28 0.02/1.00 vMB 240
140,791 140,791 000000000000063d826baae40c040960c50f446593228795902f10f416a1d0c7 18 0.01/1.00 vMB 196
140,790 140,790 00000000000001bad93f85e0e74ba8afb36054792a4d7e07309b40b54fa4c5a3 4 0.00/1.00 vMB 193
140,789 140,789 00000000000002bddfabe6849eacd4f2d8579bf581e1781ff6345f445137ec80 135 0.04/1.00 vMB 58
140,788 140,788 000000000000060c92100a4a547cf4282b5e633940ebd4db43648173482e2519 14 0.00/1.00 vMB 201
140,787 140,787 00000000000007d7f0db4868e18a8bd62bece702abd2cd19d0159afbda006d62 92 0.04/1.00 vMB 171
140,786 140,786 00000000000001b1f198c75a81f797253577f5eebc97ec50e4dbc0cfc3e14206 38 0.01/1.00 vMB 101
140,785 140,785 000000000000047f760d33538f1d72dbc0d41e9b9b714e2759f6c553e1ef5115 54 0.03/1.00 vMB 376
140,784 140,784 00000000000008d7cf71eb3d55efa9a1f41d44aafe957550094465f73dd0f3b7 13 0.01/1.00 vMB 9
140,783 140,783 00000000000007723f8bcf896db84ba4cd8b40a46e5fc87fa0efbc9e06f9fdc0 79 0.03/1.00 vMB 174
140,782 140,782 000000000000084944f93acc096cbfb49429035653c54845ad16af31240a14e8 18 0.01/1.00 vMB 541
140,781 140,781 0000000000000725de978109741eb94e26762d6c1bf58a97d7e3e6a7b4f913b4 7 0.00/1.00 vMB 0
140,780 140,780 00000000000002b43f33ef91fd5cdac39973449302d49cdc2fe9cc3c1082dc2b 1 0.00/1.00 vMB 0
140,779 140,779 000000000000046fbec2f417c1f58889cedf774d244b7368f69adef417b46b65 123 0.04/1.00 vMB 90
140,778 140,778 00000000000000b9c4cddd09e7cab3fe31c743ecd10681c1d146460e6f9aebf8 23 0.01/1.00 vMB 449
140,777 140,777 000000000000088fdcb7bfc70ac4154dc57fe18350f9c167ec83aa438850b789 97 0.04/1.00 vMB 178
140,776 140,776 00000000000001ceeeef731a013ea34be8b5c12a699189876f337971d1323eae 131 0.05/1.00 vMB 239
140,775 140,775 00000000000008c81925eb1aba4f205cec50d71f0ac4c516b1bea7086fb6f867 19 0.01/1.00 vMB 96
140,774 140,774 000000000000050f6108a3ea154714a65ea321689452e4360724ced713c861cd 96 0.04/1.00 vMB 109
140,773 140,773 000000000000044b606066b5c007a2775dc1fc71b8817396f14f7cf6521d3b7c 7 0.00/1.00 vMB 288
Previous 10 blocks ↓
Total Size: 780.04 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: 485.41 GB
    • Received: 3.23 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.