Loading Tool

Explorer IconExplorer

Memory Pool

53,820 transactions
29.94 vMB
0.10400675 BTC
Random Selection Loading Transactions
Max Size: 160.73/200 MB

Candidate Block

Mining Attempt 9f63d62530508504dc6c130ff9fdbe66d1891719c7b4f2cffb98e8eb007c102e
Version 20000000
Previous Block 00000000000000000000c82bf1f7d055428156e8d4702bdc0fed9066619a5fcd
Merkle Root 32e18a333d813ee6614488e1385b09bcda98f920869a12ed950bed0d4952d6ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,164
Size: 1.00 vMB
Total Fees: 0.02894518 BTC
Feerates: 157.35 > 2.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,713 (78,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,611 836,611 00000000000000000002ee0467806985cd31dfa2c9d44e639e804aeb06145d27 3,425 1.00/1.00 vMB 16
836,610 836,610 00000000000000000001ad9be43484c7fc41bd3d1d2a05ab08e4e2c8d4cd338d 2,826 1.00/1.00 vMB 13
836,609 836,609 000000000000000000001fc45baf602c627507b864ebfd129ef341ac00a0ac85 3,519 1.00/1.00 vMB 16
836,608 836,608 000000000000000000030513edba2d83ca25b8fabcad4144b8d9e0717d2141ea 3,689 1.00/1.00 vMB 17
836,607 836,607 00000000000000000002aa28de45370d83db70f6f556b4b7b6adfe88150fbf6d 4,705 1.00/1.00 vMB 23
836,606 836,606 0000000000000000000264b15ea470fa09f342dc1d0b65462f23254a181f1d2a 3,276 1.00/1.00 vMB 26
836,605 836,605 000000000000000000034f3448bda925d1be14bbf5d283cd8dc2b0712f0dd986 3,423 1.00/1.00 vMB 18
836,604 836,604 000000000000000000010047e483834bc71bdf6c3971a440880d3067652b4a88 2,510 1.00/1.00 vMB 22
836,603 836,603 00000000000000000001ea3e7195287eaff1cec40090e9a18e404fbce5eb2361 2,569 1.00/1.00 vMB 29
836,602 836,602 000000000000000000032c203d58d3753cf4f5d6325d071b90e3f23bcd407137 3,167 1.00/1.00 vMB 18
836,601 836,601 00000000000000000000267a5ee46caf06320ff7751aa63cac123e0246a8495e 3,743 1.00/1.00 vMB 16
836,600 836,600 000000000000000000027c57349e060967ddea169bca8be4c1a90a6b3f2c7a29 2,832 1.00/1.00 vMB 23
836,599 836,599 000000000000000000005f0057c806ad71ad96cc398b40921d404ed51cfe511a 3,628 1.00/1.00 vMB 24
836,598 836,598 0000000000000000000194aa37014d9d62959db907e01b7525e7b1688e1d595e 3,760 1.00/1.00 vMB 19
836,597 836,597 00000000000000000001483d129d3befa46640b0da32c45c2fb3127e5e6daf56 3,012 1.00/1.00 vMB 34
836,596 836,596 000000000000000000005a531ad7db1e6eedfa876022ffb5be3e001ab98bb4e4 4,014 1.00/1.00 vMB 23
836,595 836,595 00000000000000000001b813fe10fb6db185d9a8ccf92541951044a3c92a2bbd 3,727 1.00/1.00 vMB 26
836,594 836,594 00000000000000000001361b4f5088824d01d0734604c3af4d0c5ff3f665eb46 4,400 1.00/1.00 vMB 35
836,593 836,593 000000000000000000031496b2bcca5e30ed49d26e9a9f6079303173180c42fe 3,971 1.00/1.00 vMB 17
836,592 836,592 000000000000000000009e094f3275383fc9b1e1758f0d9966eda673e25c3c2a 3,537 1.00/1.00 vMB 17
836,591 836,591 000000000000000000009bd3587e51cfa1711663dd9611e6c77414d3dfcad31a 3,826 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.89 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: 645.10 GB
    • Received: 12.68 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.