Loading Tool

Explorer IconExplorer

Memory Pool

78,385 transactions
29.38 vMB
0.06605701 BTC
Random Selection Loading Transactions
Max Size: 176.59/200 MB

Candidate Block

Mining Attempt ea22d3c6c30278d3e01128e4563f71f81badc1dcc6e5be058bc945c8c1ebaaa0
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root af51af4531ed5709d5a0cfc8ddc41a509f05edc939c78b5f696b213b94d580f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,293
Size: 1.00 vMB
Total Fees: 0.00648092 BTC
Feerates: 50.25 > 0.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (732,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
182,827 182,827 00000000000007660b63f76b209cd7667541d44c2c065db561c9172317b9dcfb 259 0.15/1.00 vMB 86
182,826 182,826 0000000000000266d95f3700f6510c267b1e31b75143e2449559e52a2e61b74d 349 0.18/1.00 vMB 169
182,825 182,825 00000000000003fbff0ea8cb32c21064683631bf66571f017d0fc92193f3b496 306 0.18/1.00 vMB 96
182,824 182,824 00000000000002fb6ab84685a7bb69538fefeb030c419b8e2bd4de9f98c9b730 385 0.19/1.00 vMB 129
182,823 182,823 0000000000000086b47ac32b2d2c6e6c95e5352160c8dbb2ef3a6d00ba90d716 128 0.05/1.00 vMB 140
182,822 182,822 0000000000000645d8a2d7833d6e45ae498cc37e385c73e3a3ff9c361d674ec2 117 0.05/1.00 vMB 106
182,821 182,821 00000000000007bbe34f61f6e2c2b85538b97b1e7d02c3a4dab663c6a584533e 13 0.00/1.00 vMB 84
182,820 182,820 0000000000000a5a7e3826f64965f510392964def16364af0d772165c905fc7b 706 0.32/1.00 vMB 123
182,819 182,819 00000000000003c64130131ce7542e20a7a6ac7e05d871eaa13957c6c18834c8 126 0.05/1.00 vMB 41
182,818 182,818 00000000000009ad76c5c48d9ef89fa5c55244e4fb6e158a7ff03ca03c74109b 624 0.22/1.00 vMB 139
182,817 182,817 0000000000000654510cd229a35d7e0279c0693fa321127ae8564715d96b1335 114 0.05/1.00 vMB 157
182,816 182,816 000000000000086d58471b18d2a2f20138d5e1812ff3784594a9dcc0e0ee1bc8 371 0.19/1.00 vMB 105
182,815 182,815 00000000000008e51c54c4dc5f572339a1b12061ca0b4d46c1dbe979d75f2712 132 0.05/1.00 vMB 115
182,814 182,814 0000000000000a1733d6a17ef5f1ac4d60e20bd03d3273fea099631c60d1bbfb 489 0.19/1.00 vMB 123
182,813 182,813 00000000000006c4738df959e72b7243e345463f07a029eeaacc4f6c30d3271b 9 0.00/1.00 vMB 0
182,812 182,812 000000000000025d5f7981653dd9beeeaaa1bf35b5772f2929d4c083643b2672 53 0.03/1.00 vMB 300
182,811 182,811 0000000000000311436bdac5a18ae08196d4d517155faaff7b5dca0269733674 512 0.20/1.00 vMB 150
182,810 182,810 000000000000036f00e27d85c03461301d40bdb9227ea808e9179cccc99225c7 506 0.20/1.00 vMB 133
182,809 182,809 0000000000000567e84949bb97786697abbca2dc4b0877cbd557e1dca1bcf2a1 142 0.05/1.00 vMB 75
182,808 182,808 00000000000003373fe2b43c470bf4e4d988c56a64b9f338e513b52b2fe6f029 414 0.18/1.00 vMB 140
182,807 182,807 000000000000073d24d34e356da78d88d345be16bb618a7262045b29b24b6e0d 44 0.02/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.