Loading Tool

Explorer IconExplorer

Memory Pool

74,798 transactions
27.62 vMB
0.07607601 BTC
Random Selection Loading Transactions
Max Size: 168.42/200 MB

Candidate Block

Mining Attempt 53d4da8bbd4f0ec357118dbfcf59279e55d47637f4367a6dc1f4bdd2262a2597
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root d254b39fee74292f1b50f6dd9b1c109391aaa0d91e9871d2efe24a63c79bda34
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,229
Size: 1.00 vMB
Total Fees: 0.01712316 BTC
Feerates: 121.74 > 1.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (96,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,955 818,955 00000000000000000003457827938044c4e8ba4daae9e5b0aa456028d1946a19 338 1.00/1.00 vMB 31
818,954 818,954 000000000000000000029e500cbb099aec1969524e74b0d02b431e67e26f2907 847 1.00/1.00 vMB 32
818,953 818,953 00000000000000000003332668b8796223dac78a7f85eafce4f1b91a28331811 2,204 1.00/1.00 vMB 40
818,952 818,952 000000000000000000027f9942b92555ee7f0d02ad025204ff4a48d1c0c183aa 1,900 1.00/1.00 vMB 35
818,951 818,951 0000000000000000000120ba29301cf55ce5f43417b655f07f1631b8b641148e 2,262 1.00/1.00 vMB 50
818,950 818,950 00000000000000000001e5013ff89c95092f53a6a84bc45f98dbbf4ca04c445c 412 1.00/1.00 vMB 32
818,949 818,949 0000000000000000000359297ecd3228947b51414e1b1118885f82d55665d6c8 1,939 1.00/1.00 vMB 36
818,948 818,948 00000000000000000002dc6c8576a9a2ddec3e7b180b2de386c0dbdaaa536d93 757 1.00/1.00 vMB 34
818,947 818,947 00000000000000000002d8b8435b37ba62ea3400440443b4c77557fd029870aa 580 1.00/1.00 vMB 28
818,946 818,946 000000000000000000009670574ed80bea8e599cdf5cd72991822b277cc38064 297 1.00/1.00 vMB 30
818,945 818,945 00000000000000000001aedb413bdd699483393612a9781d0d6106142ddd8a1e 1,328 1.00/1.00 vMB 34
818,944 818,944 000000000000000000026c0e8f32b74b76857df5e7975bf3918cf05d6f814010 2,264 1.00/1.00 vMB 41
818,943 818,943 00000000000000000000375e8eadf4cc97e38b00c5095a3fe2a152fe31b3f70f 1,992 1.00/1.00 vMB 32
818,942 818,942 000000000000000000001ec8fbd95a7341362c17cc963ebb2e6e81f0a4a6eac1 1,268 1.00/1.00 vMB 33
818,941 818,941 000000000000000000001e6ea304962e9f687aa190257e87229ef48c66c881e8 2,517 1.00/1.00 vMB 55
818,940 818,940 0000000000000000000212c3f02daebd1992aafae52a8477e96e24fbd23aa2ad 1,649 1.00/1.00 vMB 47
818,939 818,939 00000000000000000001c0f0b7b61fde7490a1e55be01478fc6c8b2615cb3364 3,090 1.00/1.00 vMB 50
818,938 818,938 00000000000000000000c0ebf03f9072ce3481107ef0685c36098d038d42d801 1,131 1.00/1.00 vMB 33
818,937 818,937 000000000000000000010cfc45e6d3286513a0a9c4d478583c89e808d3b9309e 1,400 1.00/1.00 vMB 31
818,936 818,936 00000000000000000002238309691cd0314a3370ade1ac1fe0c8c9a0445c7fde 3,095 1.00/1.00 vMB 39
818,935 818,935 0000000000000000000100e3fb6b2d89d2933c6b6c787b47a2348e4403c96dad 1,146 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.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: 713.34 GB
    • Received: 17.35 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.