Loading Tool

Explorer IconExplorer

Memory Pool

81,771 transactions
30.55 vMB
0.11642769 BTC
Random Selection Loading Transactions
Max Size: 184.01/200 MB

Candidate Block

Mining Attempt 0b95027bf3c20899ff0868eddd8f03ea8dd5d331c7370d109946124658f47e40
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 89756b39dcd6e5616be1c9621efb5658316201f2f7e50f85d6d7706f465a8ed4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,486
Size: 1.00 vMB
Total Fees: 0.04066407 BTC
Feerates: 180.34 > 4.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (510,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,093 405,093 000000000000000002278f729a1e1e1e091022c7811474158823d7cdf18a937f 2,918 1.00/1.00 vMB 64
405,092 405,092 000000000000000001d2192de6ff7b918f4a26c5d755d86daed4671b374a9491 2,204 1.00/1.00 vMB 52
405,091 405,091 0000000000000000008bd9c357785c83ffff6b2b18f668941e667c15aff05caa 1,315 1.00/1.00 vMB 39
405,090 405,090 000000000000000005b020bd203c8cb0639385bd000884389d2c961bfd0dcfb5 1,346 0.93/1.00 vMB 29
405,089 405,089 0000000000000000063c33e20d022c0e8f3ed70601752d090818089cdf3ccfa5 1,024 0.99/1.00 vMB 26
405,088 405,088 000000000000000003df5308229b40c11d1b970f9bc67589bbbc850bc6edcca9 2,351 1.00/1.00 vMB 40
405,087 405,087 000000000000000004b3b8fa02cad13c805bfa700516f4aac4f6dcb167526282 3,382 1.00/1.00 vMB 73
405,086 405,086 0000000000000000050ae1a003dd151cf2de201b52aef270c1c9923c9efb1f69 2,830 1.00/1.00 vMB 132
405,085 405,085 0000000000000000044d3bcc2b2d0ab74a90334965f9fbb75bc4589f55b7d238 809 0.78/1.00 vMB 19
405,084 405,084 000000000000000005f6fe98390aef41c11cf5f62938e45ee1fb9152c6b3cb17 1,812 1.00/1.00 vMB 29
405,083 405,083 000000000000000000cb7b659fc45c53dae92b69056cd386d41a862036cd4300 3,269 0.99/1.00 vMB 77
405,082 405,082 000000000000000002164f2ae5d129b3b28e39459f093994e5bbebc998a72971 2,814 0.99/1.00 vMB 67
405,081 405,081 00000000000000000538e9678e11acba8256b1e88b02fbb62c1016f18307a650 1,846 1.00/1.00 vMB 34
405,080 405,080 0000000000000000015fe66992877989aa4bb94f9e2b7a9cb48c0fb42de209db 2,619 0.93/1.00 vMB 70
405,079 405,079 0000000000000000016edbd2a95523fb92cf10affa66972797dd1b0403df578b 2,171 1.00/1.00 vMB 46
405,078 405,078 00000000000000000465a47347fbbfd33aae43b40dc96a363208b3d8fe5d0375 729 0.39/1.00 vMB 36
405,077 405,077 00000000000000000484a1fed0aa6450ee32d28c607a721e33519eec822a314a 2,184 1.00/1.00 vMB 42
405,076 405,076 000000000000000001084454f04fe79cde2a409a5d73acbfc58a2e30ce82943f 2,648 0.93/1.00 vMB 56
405,075 405,075 000000000000000004fd2f5493f7bb9d2915e7d44c5b43392289b3857dafe2be 1,826 0.85/1.00 vMB 50
405,074 405,074 00000000000000000636b0b0ba5a18d0162ac84336153f42313b795dc4280f5e 1,952 0.98/1.00 vMB 39
405,073 405,073 0000000000000000068806399f7e5cc25c10b42312cc3f0a71496e9cc2b3cd19 1,879 0.93/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.