Loading Tool

Explorer IconExplorer

Memory Pool

88,132 transactions
32.26 vMB
0.16998858 BTC
Random Selection Loading Transactions
Max Size: 195.41/200 MB

Candidate Block

Mining Attempt af0146a11c2cfab015ae5c87905d00bd9f9871456bd6d3d21ba508c568733f27
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 43075665b43d0df924eca02ef2dbfba61a24d7285d4215c051b56041890d37c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,584
Size: 1.00 vMB
Total Fees: 0.08223412 BTC
Feerates: 216.64 > 8.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (800,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,900 114,900 0000000000005dccc0048b232409d130c45e29170c2a3bb9503676e7171078b5 15 0.00/1.00 vMB 1,585
114,899 114,899 00000000000035a0a761b75ae5bcebf1e97665c0f9ea10a628a72eb47a76b3ac 11 0.00/1.00 vMB 0
114,898 114,898 000000000000a81b2ac1b352fedf68554a19b733ab1a2f1110a000ff92f6d9c5 14 0.00/1.00 vMB 711
114,897 114,897 00000000000048d2cf3ef6b094730264b8c332c7ba66073b28874936b7c90d9f 23 0.01/1.00 vMB 689
114,896 114,896 000000000000b60c7f00d4441968c557ad86da2433e81519a1b17e77e3f87786 9 0.00/1.00 vMB 468
114,895 114,895 0000000000004d39ae87faaa1843aba019444699623af740933850609f6edf49 10 0.01/1.00 vMB 1,254
114,894 114,894 000000000000963b446158fbabfbd38b40a6dd88c214880ef3f2827996c4523a 64 0.02/1.00 vMB 988
114,893 114,893 0000000000001b67defd8ebef78e248186a766d100ac4730a6de8c9fe55951fb 14 0.00/1.00 vMB 931
114,892 114,892 0000000000001d6eb07686f3328d9dc3b5ef75129f698f16e3f0f4c755150544 7 0.00/1.00 vMB 0
114,891 114,891 0000000000000db5cb3d1fe277555c39fa647d176af3512004d73bfc024b0c98 17 0.01/1.00 vMB 894
114,890 114,890 0000000000006ba33b971343950cab6683b20b47bcf09af50cbb9f66e177b000 13 0.00/1.00 vMB 1,444
114,889 114,889 000000000000bac85eedae5ff0bd4648225d7687f8b501114c96b526532c5221 7 0.00/1.00 vMB 1,034
114,888 114,888 00000000000056686eddb91bc02fdf4ac75568b5995aeafef324764b64dfa8de 35 0.01/1.00 vMB 1,400
114,887 114,887 00000000000085175d50a036bfe3b827c14e6e753093f5b3ff2b64b1600187e2 7 0.00/1.00 vMB 777
114,886 114,886 00000000000080db05f6d7865656e876a6ff6911e2f2f405099e91afd6891a94 14 0.00/1.00 vMB 1,824
114,885 114,885 0000000000008952ee83858e3e1d7e7688b9f18f845e0ddbce54ca6133087309 15 0.01/1.00 vMB 550
114,884 114,884 000000000000c4935fbda2bcb953218708673ade9cb47b59e87f88e5f18668a5 8 0.00/1.00 vMB 2,173
114,883 114,883 0000000000004a7107ea3fccd80500e90246fd1362ef5ebbf709e4cc77ba17af 8 0.00/1.00 vMB 1,222
114,882 114,882 0000000000000f5c6947450dea47e865af898b2cadeb5f79e4fe7e6f33911e5c 3 0.00/1.00 vMB 5,747
114,881 114,881 000000000000c45494fb71e9607c77313203e0ef4e02ce76d54dd42b6bad6744 25 0.01/1.00 vMB 0
114,880 114,880 00000000000037b89611d1a2736dbfe3432653b34b16a60c67f948163b1b4d81 12 0.00/1.00 vMB 1,013
Previous 10 blocks ↓
Total Size: 782.52 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.93 GB
    • Received: 15.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.