Loading Tool

Explorer IconExplorer

Memory Pool

73,234 transactions
27.18 vMB
0.06284491 BTC
Random Selection Loading Transactions
Max Size: 165.84/200 MB

Candidate Block

Mining Attempt 2aa0c2f3308061ae5e20303ce4c01c36de3e8dfc31d4c41acc40a86e0d02247e
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root bbda9fdb2014665fd9be349092c9a0dd7134742211ea2f325f2a0386b503013b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,683
Size: 1.00 vMB
Total Fees: 0.00510057 BTC
Feerates: 73.20 > 0.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (343,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,606 571,606 0000000000000000002b32ee246c0bca74f976c3d50961aadc28fb51910f9539 2,667 1.00/1.00 vMB 49
571,605 571,605 0000000000000000000c870ee97dd81daa95588bb9a6fad3c47fc88dbfdc0fb0 3,225 1.00/1.00 vMB 99
571,604 571,604 000000000000000000099bdee93db0ad13d061ddfc3964b77c37877be8cf8695 2,950 1.00/1.00 vMB 46
571,603 571,603 0000000000000000000cb699d541c50200a69a6170c4cdb101822e6852467516 713 1.00/1.00 vMB 63
571,602 571,602 00000000000000000015b66df9d9e20134ea8192969aadae001315437ffae2bb 1,316 1.00/1.00 vMB 78
571,601 571,601 000000000000000000265e03e6be344bed44cc21dfb55b519af7a4a2b55c51e1 3,050 1.00/1.00 vMB 39
571,600 571,600 0000000000000000000e278a3accdd897f5f79d23b0ac5062b3986c2bd45a6a2 3,157 1.00/1.00 vMB 73
571,599 571,599 000000000000000000295838556401e059f53b22828e54b6cc4bf4da3c48b0b8 2,562 1.00/1.00 vMB 7
571,598 571,598 000000000000000000248f4030361bb098ae85ad2901e7b47b6c263bdae556bb 2,819 1.00/1.00 vMB 45
571,597 571,597 00000000000000000027ffb1674fc6fcaf660d7cd3195f42f12c3527e871540d 2,726 0.98/1.00 vMB 15
571,596 571,596 0000000000000000001bb4dbe1b56b8866ce68e0b5d55132bade208891797ebd 2,918 1.00/1.00 vMB 37
571,595 571,595 0000000000000000001b7e069bd6e145d9d9948551867e7a8b181e65ce866510 2,241 1.00/1.00 vMB 19
571,594 571,594 000000000000000000273df18aa0f00a17ff77aaa8d84ab47affc98da02fc043 2,681 1.00/1.00 vMB 2
571,593 571,593 000000000000000000035137a57fef57ab7400d295b3e4d2e2283d70138d95fc 2,967 1.00/1.00 vMB 17
571,592 571,592 0000000000000000000458e1dcd51b38ebfd39d87e9ed51e74da12bab5d1bac7 3,137 1.00/1.00 vMB 13
571,591 571,591 00000000000000000014773d4bb2927fe1899028d8b52586e2c306afcc0a89fc 2,966 1.00/1.00 vMB 78
571,590 571,590 0000000000000000002794dbccb5f0fd8c76d9da92b2ebb4fd5a0415eae569cc 2,921 1.00/1.00 vMB 46
571,589 571,589 0000000000000000000b00c79bea9d2f023d61b3cb59d30062d6fab1b78b47ed 3,056 1.00/1.00 vMB 17
571,588 571,588 000000000000000000255783d1d731d9f6c9072e1c3f058f5370f4d8700a079b 3,018 1.00/1.00 vMB 42
571,587 571,587 0000000000000000001b42e9617a70de23698968c238ee82e857264ea2805a3f 1 0.00/1.00 vMB 0
571,586 571,586 0000000000000000002489f2294c87226447dde711f669e2c848ab2fc60fc5ed 2,957 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.95 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: 715.13 GB
    • Received: 17.65 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.