Loading Tool

Explorer IconExplorer

Memory Pool

73,060 transactions
28.22 vMB
0.06655592 BTC
Random Selection Loading Transactions
Max Size: 167.26/200 MB

Candidate Block

Mining Attempt 07cb31b97aa31f2ec033b8b59e1daac15afd90442e78bab3db256e640dcec866
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 7ce0780aaaa218269a251b998faed7b0506caf01231bca6deed038bb11ba9154
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,912
Size: 1.00 vMB
Total Fees: 0.01012966 BTC
Feerates: 40.21 > 1.02 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (406,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
508,759 508,759 0000000000000000002df504904403c904fedd595ad9a479dd175aaeb2a23c74 755 1.00/1.00 vMB 40
508,758 508,758 0000000000000000005fa81b22186243098a710a4893b2120d8292ffa9608995 236 1.00/1.00 vMB 9
508,757 508,757 00000000000000000021b78e0d404649b4b91e3104e4ef2310e38563c7347722 2,437 1.00/1.00 vMB 86
508,756 508,756 00000000000000000020b9eddbb41e10bc1d382a83437e7025dd025d84ef9ae2 2,586 1.00/1.00 vMB 89
508,755 508,755 000000000000000000578f796a92e6f99c180e1084bced6a049b4be6d6764e74 910 1.00/1.00 vMB 37
508,754 508,754 0000000000000000004350161a9a80cbda40c1690c75902458baa98478013661 162 1.00/1.00 vMB 6
508,753 508,753 00000000000000000031d7f180c234db77e985bffaacd95338eaf09735617aa8 307 1.00/1.00 vMB 10
508,752 508,752 0000000000000000003444a55e7f303fa2d1b5009d3708474f63694ba8799b03 185 0.99/1.00 vMB 10
508,751 508,751 0000000000000000000d32d463ed296e42be1f6271ffbf0dde095c6a228062c3 442 1.00/1.00 vMB 17
508,750 508,750 00000000000000000058fff7eccdd8084bb28768d92d247bbc2637f4af077793 794 1.00/1.00 vMB 28
508,749 508,749 00000000000000000043d64dd043a2a01b8b1f3d9d60ae860d28852dd4d1e984 235 0.99/1.00 vMB 10
508,748 508,748 000000000000000000051c10b5dc8db457759d95036680ccb4431228693f5818 404 1.00/1.00 vMB 20
508,747 508,747 000000000000000000579436868a2275c6f473a57fc7c110538da0c4761ca2fc 609 1.00/1.00 vMB 21
508,746 508,746 0000000000000000000e5cc2823256abc0a6814d27919483cacd8bc3d220a44c 508 1.00/1.00 vMB 16
508,745 508,745 0000000000000000000b4e8c47ba778013fef4311a8b258650f7a51d9292d915 1,127 1.00/1.00 vMB 51
508,744 508,744 0000000000000000001c677e133e4e83fc4f0bd7e78f296886dd9be6811c23eb 664 1.00/1.00 vMB 20
508,743 508,743 000000000000000000487aa43fbdd71208d1e5dcae56d6b759df289a8b64afc2 147 1.00/1.00 vMB 6
508,742 508,742 000000000000000000207ab0e2f8c5a17279dcd212db3b624fbea26efebf104e 1,602 1.00/1.00 vMB 58
508,741 508,741 00000000000000000059b094204ae4af77ca0fcd783bda04db36a8d3db87ba3f 183 1.00/1.00 vMB 7
508,740 508,740 00000000000000000020600dd5ff67c545b813c10a34044052af7d4e73d80d80 58 0.24/1.00 vMB 6
508,739 508,739 00000000000000000057b1058babcd407c07a038d059d03c3d06c9a32be9e8e1 397 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.