Loading Tool

Explorer IconExplorer

Memory Pool

79,125 transactions
29.59 vMB
0.07164646 BTC
Random Selection Loading Transactions
Max Size: 177.85/200 MB

Candidate Block

Mining Attempt 51ce114c77b1c6262e1874881b6cf565ce0f41762f69a68e30db34f87393f133
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root d7974bc9baa5a6d18356773a4128f3aa4e54389e95a3e9089e8729b8564a03a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,563
Size: 1.00 vMB
Total Fees: 0.01146468 BTC
Feerates: 60.27 > 1.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (211,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,706 703,706 000000000000000000013d588535f32004e2ac02b6888dc52852b074345411c9 2,589 1.00/1.00 vMB 21
703,705 703,705 00000000000000000002faa17f80ca15a9db3936fce96cfa32fb3d0482afc14f 2,958 1.00/1.00 vMB 16
703,704 703,704 00000000000000000002ab696e3d194be073bf5700eb7099539f0deaed4b3cb5 2,691 1.00/1.00 vMB 8
703,703 703,703 0000000000000000000ba6de00c65e6b493926b93f4ae66c08a2c1f91e1e2026 1,393 1.00/1.00 vMB 29
703,702 703,702 0000000000000000000535d03a7fdcbb84cbb0afad85a4f0250cf528364f7539 2,591 1.00/1.00 vMB 18
703,701 703,701 000000000000000000089b134bfd8ca064dcdfacaafe21f31baad00a00c12109 2,575 1.00/1.00 vMB 24
703,700 703,700 000000000000000000009532662ccef7ab94aa35f5578e60c374ec79ee7726d5 3,188 1.00/1.00 vMB 7
703,699 703,699 0000000000000000000b6b6cbc221f9553aabdc641ca2f8fbe07968386bf6c6b 2,275 1.00/1.00 vMB 15
703,698 703,698 00000000000000000008f6309600345615a2f769892ae96b459e816ff235a0dd 2,825 1.00/1.00 vMB 9
703,697 703,697 00000000000000000004155c8aef586faaa24a7a76498fefe2637218b40e1c2c 3,249 1.00/1.00 vMB 15
703,696 703,696 00000000000000000009a292a55455fe8b857cc8d9dc049bf0f30f42c6610054 2,317 1.00/1.00 vMB 42
703,695 703,695 00000000000000000008b5cb4d434daa1a70ad860f6be4dda5a8cb8cfad251ef 2,221 1.00/1.00 vMB 14
703,694 703,694 00000000000000000000f4d02c410a8cd8dc2eb5c7cd3594fd0a3b6561c328db 2,664 1.00/1.00 vMB 5
703,693 703,693 0000000000000000000ddd92bb3e3f8e303f769287adc8dc5578667da410a32d 2,920 1.00/1.00 vMB 11
703,692 703,692 000000000000000000062430ebf423bb5eec45401b220a2735a46c8934d0d09d 2,550 1.00/1.00 vMB 10
703,691 703,691 0000000000000000000cf00cfb2ba71c56728532156ede370ceab181b13aa80d 2,814 1.00/1.00 vMB 4
703,690 703,690 000000000000000000096ee3230f12f036a5b02a3b709a2ce5575f62d5ddf795 2,871 1.00/1.00 vMB 10
703,689 703,689 0000000000000000000a380a3bcf79b38c4130d4996ebe80186cb56d6ed33b9d 2,831 1.00/1.00 vMB 10
703,688 703,688 0000000000000000000951cd351d797329ab918fd7210bdedaec386b3ad4d0e0 2,874 1.00/1.00 vMB 10
703,687 703,687 00000000000000000000347f5a917e1143172c8b2efaf94f058b80be9cee1a71 2,824 1.00/1.00 vMB 15
703,686 703,686 0000000000000000000123d30cbabec047b36f039fac4470da67dc222907ab82 2,464 1.00/1.00 vMB 8
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.65 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.