Loading Tool

Explorer IconExplorer

Memory Pool

80,620 transactions
30.00 vMB
0.12279385 BTC
Random Selection Loading Transactions
Max Size: 180.49/200 MB

Candidate Block

Mining Attempt e97c86dafd4973935e60ad0057a3de4cd3bd1e5685fdd55f18c6687c4a0a38a1
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 5c605f38d9c07033f1a62a6505429f7f2cf763660370cc3cddb3249dffd3b659
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,609
Size: 1.00 vMB
Total Fees: 0.05073335 BTC
Feerates: 242.90 > 5.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (355,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,837 559,837 00000000000000000000409553700e32a0eff0edb44d3b1867a0d4240bc50485 2,108 1.00/1.00 vMB 24
559,836 559,836 0000000000000000000215429027cc73c8e996d412d9024a396c2cec62e6bd27 2,093 1.00/1.00 vMB 12
559,835 559,835 0000000000000000002dc3997bb7a31c0a715ed277098b1ca4590a33ed018b7d 3,059 1.00/1.00 vMB 33
559,834 559,834 0000000000000000001aa4184c12376e3da18b742c1739a205fe2ea2405cd8e7 1,152 1.00/1.00 vMB 11
559,833 559,833 0000000000000000001297b42d0ff6f5d368894782b4f30786394226502859bd 2,717 1.00/1.00 vMB 18
559,832 559,832 00000000000000000024e20f578290d73d8537b23594359afb1c493c9d38dde1 2,584 1.00/1.00 vMB 15
559,831 559,831 00000000000000000010bb1820c414bd4a48515b26ba00c9bb9603f9f713acf0 2,950 1.00/1.00 vMB 28
559,830 559,830 0000000000000000000232059d44631f2c74801f1f119c5e89b035ff3d438cb1 3,441 1.00/1.00 vMB 57
559,829 559,829 0000000000000000000c6221baba30c9595c083118731a672b6e8dc0597934d9 2,099 1.00/1.00 vMB 10
559,828 559,828 0000000000000000001a347bb4f6ff5e39e431f2763f1b94093b97d3fbd939b4 2,558 1.00/1.00 vMB 5
559,827 559,827 00000000000000000003de295da34c9bd887bdec71a4d703ab87a1e8417c2416 2,873 1.00/1.00 vMB 38
559,826 559,826 0000000000000000000f43f1e36fbcd84c112fc5d72875cb1ee05ba79e7036f7 845 1.00/1.00 vMB 4
559,825 559,825 0000000000000000002b24c73051f1773718fee25a950b7be1aef8c3e3dcee26 3,005 1.00/1.00 vMB 17
559,824 559,824 0000000000000000002160e8f23e6f358489cfe0105e1408b780484ff64fddf7 972 1.00/1.00 vMB 3
559,823 559,823 0000000000000000002bfe51e59610b74795bb9088b3c8dd599412d0b4bfa283 1,987 1.00/1.00 vMB 6
559,822 559,822 0000000000000000002c2c2fd54c5bf29361994d0eabf29c1f5a7c655def490e 2,740 1.00/1.00 vMB 13
559,821 559,821 000000000000000000176137d1da3e666ca902acaa8b9b989adb6436ac4942c3 1,530 1.00/1.00 vMB 17
559,820 559,820 0000000000000000001670ed0d0359b3e8d1215e56dcb9829c8134fa766e128b 1,852 1.00/1.00 vMB 2
559,819 559,819 00000000000000000000a0de62676fb07998d90c9190166d09402442c644f346 1,298 1.00/1.00 vMB 6
559,818 559,818 00000000000000000018ef923e214149018bf6f4a4a4ca1ad14089ed34a93546 1,526 1.00/1.00 vMB 4
559,817 559,817 0000000000000000000ff1bc23d9f1495576d6466cc8d7bc05a7d3710a158aef 2,586 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.