Loading Tool

Explorer IconExplorer

Memory Pool

83,351 transactions
30.95 vMB
0.13708410 BTC
Random Selection Loading Transactions
Max Size: 186.75/200 MB

Candidate Block

Mining Attempt 95f766005cb477b119dab2ce13d417a58837e7118bc2ca6fa1a502a0ea7d7ab8
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 124472e4f1684325197aecbe9fb81767cf8646f910ca4cf767672d52bad46d8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,762
Size: 1.00 vMB
Total Fees: 0.06967916 BTC
Feerates: 366.60 > 6.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (211,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,710 703,710 0000000000000000000d155757525fed61bfc6bfca1a0ddfa33e8a8d2e36405e 2,528 1.00/1.00 vMB 8
703,709 703,709 000000000000000000031f206e50401f59f0cf8dc3d608f184bd10e66b5d8209 2,993 1.00/1.00 vMB 6
703,708 703,708 0000000000000000000018c2771837b413fd16d7dcbefb6b9a8a378cf6eba982 2,746 1.00/1.00 vMB 11
703,707 703,707 00000000000000000002cf8a0b977b7e2ed67d45842eb1f627119af3c5c29034 2,119 1.00/1.00 vMB 28
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
Previous 10 blocks ↓
Total Size: 782.34 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: 661.57 GB
    • Received: 14.82 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.