Loading Tool

Explorer IconExplorer

Memory Pool

82,793 transactions
30.01 vMB
0.12490087 BTC
Random Selection Loading Transactions
Max Size: 182.67/200 MB

Candidate Block

Mining Attempt 1f23247e271d2279dca75d15f83e55e185fb07c3120a81540edfcbdb1dd4a7bb
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 519e20876f26f83cce01c2a070b27b2c12c7e6dc6386a994c8ee35d6383bb986
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,601
Size: 1.00 vMB
Total Fees: 0.06122344 BTC
Feerates: 641.71 > 6.14 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (125,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,813 789,813 00000000000000000004d30bbb65282d6df08bf52135f934ac5995c70f25fcaf 3,603 1.00/1.00 vMB 27
789,812 789,812 00000000000000000001a4226649edbf50c5d449c9e8abafdaf0337d0af5cd73 3,481 1.00/1.00 vMB 28
789,811 789,811 00000000000000000001602eb4637effc0931250e049fa0a4a2e9f8354612b94 3,168 1.00/1.00 vMB 52
789,810 789,810 00000000000000000003f79bfa6283b2f8bb00cf5c84b0fbb88c6df9c5086c2f 3,347 1.00/1.00 vMB 35
789,809 789,809 00000000000000000002c2bf85bb493607f680d4df07c872b1521e3b000a270e 2,679 1.00/1.00 vMB 81
789,808 789,808 0000000000000000000001168ec282ac87cb588875f5fe7e5adc0c87734b640b 2,840 1.00/1.00 vMB 59
789,807 789,807 0000000000000000000180575b8e21fff23c48fa8f91f8f6b6f18fec32462ce7 1,852 1.00/1.00 vMB 95
789,806 789,806 0000000000000000000454e25cba2c654e33c2c8570560be77155a703679bf94 2,531 1.00/1.00 vMB 148
789,805 789,805 00000000000000000002b734ce951ba3f30dea097fa8e1a2dc33d03dc4c7cce8 4,355 1.00/1.00 vMB 42
789,804 789,804 0000000000000000000312d33068ead40a59c3f4c2f0d7556422d7593c021c66 3,890 1.00/1.00 vMB 41
789,803 789,803 00000000000000000003bbe2f6a511fda0971c8ca020e3fd29296da5f5d324c4 3,344 1.00/1.00 vMB 58
789,802 789,802 00000000000000000002e935a97a09ea0e4eeb1e0ada249c10a4a667536a8ca2 1,991 1.00/1.00 vMB 18
789,801 789,801 0000000000000000000599d496bbfaf18df312c0afda8f56027531059553d678 2,904 1.00/1.00 vMB 79
789,800 789,800 00000000000000000004338497075326553447f2e8a1d78a8ca589c3236ac1f9 4,358 1.00/1.00 vMB 25
789,799 789,799 00000000000000000004aa9c8ac5b2c6fb85caa15691dac8dc557a439fdc3065 3,561 1.00/1.00 vMB 21
789,798 789,798 000000000000000000023120628262cc17c05ab925f7972ad325b60fc1e841a2 5,362 1.00/1.00 vMB 25
789,797 789,797 00000000000000000001c25e94c8fa23eb63728f57f132b7094ffaf240924472 3,380 1.00/1.00 vMB 32
789,796 789,796 000000000000000000000dcd796f8c2980e2665d16d9cb931dd5c45b6ce96f7e 3,742 1.00/1.00 vMB 30
789,795 789,795 00000000000000000004eee11a7ef22452c561854569ed13621a4a3ce8cf20ee 3,584 1.00/1.00 vMB 46
789,794 789,794 00000000000000000004aa7612a3a9dd8a05b3ed75f37c19c4ee727fbb3917b5 3,970 1.00/1.00 vMB 35
789,793 789,793 0000000000000000000349ee15ed389ebedb61239563baf4b5dad5101dd25de8 4,465 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.53 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: 668.99 GB
    • Received: 15.69 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.