Loading Tool

Explorer IconExplorer

Memory Pool

41,523 transactions
26.67 vMB
0.05506384 BTC
Random Selection Loading Transactions
Max Size: 139.86/200 MB

Candidate Block

Mining Attempt ba4875c1da13ea58e93a580664c2482b89d956ee7ac5b6b6ddf8b7f1f9abdd45
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root c29e9c4b9cb01551fbced9e4f9873daafe17c56422ec7f939f31aa9c5dfe4110
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,719
Size: 1.00 vMB
Total Fees: 0.00584030 BTC
Feerates: 103.41 > 0.59 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (431,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,909 483,909 000000000000000000caa48fbaa690f1f48e6890c343948af16a9b0eed39000a 1,135 1.00/1.00 vMB 417
483,908 483,908 0000000000000000010898e080003eeb75c36d17945306e6fa3b2df4c93e4cf9 2,000 1.00/1.00 vMB 166
483,907 483,907 000000000000000000a2bb953ee952e5d2a626e7926646602bacc348cd7fb98b 2,350 0.99/1.00 vMB 280
483,906 483,906 000000000000000000a0aee7397f781c1ba61605cf66bb32ab8c04975d527fa4 852 0.41/1.00 vMB 204
483,905 483,905 000000000000000000f52fe10c471d23524a49f805482521a55c1445bf9ade3a 2,405 1.00/1.00 vMB 200
483,904 483,904 00000000000000000076d148251e03917ca97ef234b6a92e3a0bfdaf65a32ba8 1,921 0.93/1.00 vMB 156
483,903 483,903 0000000000000000009491404bd8a5f6842621354469e6c6ca95a2349fc58086 1,565 1.00/1.00 vMB 65
483,902 483,902 000000000000000000ea6101b3fea954829ac0fa57e1f2c67135b42aec70ba06 2,148 0.99/1.00 vMB 292
483,901 483,901 0000000000000000009d52674fa5689be71897ca6c7c9358caf105632e1de70f 1,728 1.00/1.00 vMB 210
483,900 483,900 0000000000000000002e122bd59748fe60fe4d9b164810ef95e241e71d51b7a0 829 0.99/1.00 vMB 20
483,899 483,899 000000000000000000fdf6336ad56d7a59a2f1d79389b9fcc54f4e2443ebd0b8 1,687 1.00/1.00 vMB 127
483,898 483,898 0000000000000000000461d19d375ed8bf166e76bb08ef7a03933092d9ba4558 2,099 1.00/1.00 vMB 260
483,897 483,897 0000000000000000011a6f308082963ebcfce4e2d77eefbdf79270516baf4267 1,689 0.80/1.00 vMB 204
483,896 483,896 000000000000000000cd5609e77ee84cee00964f9f33708c5253b462ee2fdf79 2,029 0.99/1.00 vMB 154
483,895 483,895 00000000000000000071d8cae98a9dd21ab63a747a3e3166b50bb77087c34a07 438 0.44/1.00 vMB 90
483,894 483,894 00000000000000000066b335c1e6fc990fc5734099313d41c25ebd9b697670a6 1,643 1.00/1.00 vMB 234
483,893 483,893 000000000000000000c8bfca30b28b35ed6d2942c2fa44f17bb88c7840bb7ad3 1,393 0.62/1.00 vMB 207
483,892 483,892 00000000000000000111d1839455e1dc6cab37bbbccc3248376cdc7c22a5db66 43 0.02/1.00 vMB 160
483,891 483,891 00000000000000000038aa0d923a0cdc37bbe8acc6e5dd4644947aaaed2c34df 690 0.94/1.00 vMB 40
483,890 483,890 00000000000000000042bbc63d5e7cb7b4df72f44e35a70352dc316db66f792e 1,842 1.00/1.00 vMB 73
483,889 483,889 0000000000000000009350a353f853ada72eccdfbd40c009f12e038027ed3315 1,818 0.99/1.00 vMB 190
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.