Loading Tool

Explorer IconExplorer

Memory Pool

44,158 transactions
27.37 vMB
0.07102746 BTC
Random Selection Loading Transactions
Max Size: 144.13/200 MB

Candidate Block

Mining Attempt 50e0da49926f5d5700d216f4b355d2b6c972ea9bda3bf06f4c3452dec5902532
Version 20000000
Previous Block 0000000000000000000020e9d45e9150f859cf8f43ad3ec471b266bd49e0d4b1
Merkle Root 06648818bc2b442b4e26e2fbb4dca57f028f4f582db3c8b0e6a9ffbbccc19f75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,611
Size: 1.00 vMB
Total Fees: 0.01984949 BTC
Feerates: 170.94 > 1.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,900 (567,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
347,887 347,887 00000000000000000b797af45a40660e03ce347cbef3552b56d27d2eaec9ef56 1,189 0.75/1.00 vMB 22
347,886 347,886 00000000000000000b6acb8d95577a4898c55b84e53f5cb7e3dafe1a259a6257 975 0.75/1.00 vMB 21
347,885 347,885 0000000000000000138af69a4b0200b384d5f3b33a3dc23d81e0779e710b2e8d 643 0.50/1.00 vMB 18
347,884 347,884 00000000000000000bfcea330e8d2fcbb7f620c221b2402eb630c47b3625ef6c 1,862 0.75/1.00 vMB 32
347,883 347,883 0000000000000000154b0b0208345c097dd190439add217ab6c00753ee182333 2,592 0.75/1.00 vMB 49
347,882 347,882 00000000000000000e1dcb4109b6b8452b237c9803e72c99219aa693104595de 1,256 0.99/1.00 vMB 16
347,881 347,881 00000000000000000814c64f9f94767084f251e7251ef2e9f48336fd6c373e56 1,451 0.75/1.00 vMB 28
347,880 347,880 00000000000000000ca4c6df482a56af5b3cbd26f391e0b4b2bae4951c98360c 1,021 0.75/1.00 vMB 22
347,879 347,879 0000000000000000064630c9f9db073bac7851bc3edc5e0d7479a114275fd2b5 1,658 0.75/1.00 vMB 31
347,878 347,878 0000000000000000074824a5ae29615f220052d371a6112351fb4ba93e1bdce7 1,767 1.00/1.00 vMB 27
347,877 347,877 000000000000000000c86bd5a1c5b9edb9a58f6670e2add5182ffaa13e4db2fc 1,657 0.75/1.00 vMB 34
347,876 347,876 00000000000000001451c55c721205add15ea678487f7d4a58f31e0e850501a4 895 0.50/1.00 vMB 25
347,875 347,875 00000000000000000be779782572b605e8af0b779edccceedae6f5aac1872d58 2,157 0.75/1.00 vMB 43
347,874 347,874 00000000000000000b562187d125a1c90e73da187a01fd5ecf748c0ba54ce265 606 0.67/1.00 vMB 8
347,873 347,873 0000000000000000155eb657250874a1489799d8b6124a24e1c3001af4bde073 1,396 0.75/1.00 vMB 27
347,872 347,872 00000000000000000e879c1380960d028887680fc65f5b2c24750caa6005889c 944 0.75/1.00 vMB 20
347,871 347,871 000000000000000000fef7f8e17baae0c611544eaba69a563952788950734f6e 2,283 0.90/1.00 vMB 34
347,870 347,870 00000000000000000dc031bb04e240cea9949de18c061e4c9237e4c249e0e410 1,065 0.67/1.00 vMB 20
347,869 347,869 00000000000000001676f67aa0fee3d075522216f81ac1df5e2d8f173e7d2bff 452 0.57/1.00 vMB 14
347,868 347,868 0000000000000000067b94d0f20c20f72603c5ab235819b098a7d5398f2da7f5 2,023 0.75/1.00 vMB 39
347,867 347,867 0000000000000000076f2458d0223b174e132ce3cacd2e9964b695ec8346fc96 810 0.68/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.21 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: 654.39 GB
    • Received: 14.14 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.