Loading Tool

Explorer IconExplorer

Memory Pool

74,244 transactions
27.39 vMB
0.06803355 BTC
Random Selection Loading Transactions
Max Size: 167.27/200 MB

Candidate Block

Mining Attempt 3e10dffecbcbadc8cc3dd19f8bbf193a39f196ea74a35a72e573bc9dde0b0a53
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root 1d0f1d16f4f10e1385db1ae56e562d134a5b0750210f70f5f2fcca185d90c5a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,275
Size: 1.00 vMB
Total Fees: 0.00976311 BTC
Feerates: 301.57 > 0.98 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (237,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,087 678,087 00000000000000000005ba35f851ab6e0f5cef85b31e864d6c1dd76dc2ac0aec 1,944 1.00/1.00 vMB 66
678,086 678,086 000000000000000000005d08df481a318feabe7b674021289a0b583464de695f 2,509 1.00/1.00 vMB 85
678,085 678,085 000000000000000000061de27df6e3757cf926bf147fe1be2046d096b85deb7b 1,440 1.00/1.00 vMB 80
678,084 678,084 000000000000000000035f36a48f7bdb87eaf6d787ea9ea8f8e2e16522ce4fdf 2,523 1.00/1.00 vMB 62
678,083 678,083 000000000000000000040fb2da73098f24cf9f97788635c321964ab708c0c1b3 1,629 1.00/1.00 vMB 64
678,082 678,082 000000000000000000057b9d3bb8b23ef22eb66a2fa3e57d54904b778d0685d6 2,239 1.00/1.00 vMB 48
678,081 678,081 0000000000000000000935395d172ea4160c7b731307da9732f43928b3973dd5 2,600 1.00/1.00 vMB 56
678,080 678,080 000000000000000000028b728b3a6642a0b24499586ec1b801864d7470f0e326 2,699 1.00/1.00 vMB 73
678,079 678,079 00000000000000000000a6bcbf09849fe895b5d18ed884e8d558a57fc4f5e95c 2,377 1.00/1.00 vMB 78
678,078 678,078 000000000000000000015db92c6f5c104e50b5386fdfe8fec133cf440ef86801 3,055 1.00/1.00 vMB 95
678,077 678,077 000000000000000000014c13f10b189d09f327d1b4d7c07b317e793646c0c232 2,994 1.00/1.00 vMB 93
678,076 678,076 00000000000000000000526a3f47d496f8233e95bfaf2f1d7522c83764eee39c 1,391 1.00/1.00 vMB 72
678,075 678,075 000000000000000000026c9eb684d86fdda149c6e86444114d80be03724be27d 1,100 1.00/1.00 vMB 82
678,074 678,074 00000000000000000001460ebfc538b546d7c242969f09b714a737fba95da302 1,966 1.00/1.00 vMB 88
678,073 678,073 0000000000000000000b60e865b066f137edc9b900fc75b81a8be71eb12a551a 1,795 1.00/1.00 vMB 66
678,072 678,072 0000000000000000000519a66cf5eecb46d6ec972ff14aa871bb9abbf618bbf9 1,690 1.00/1.00 vMB 70
678,071 678,071 0000000000000000000b2d52ff5eec19cba4935e01b624e7b9bb1ccb98a5732f 2,705 1.00/1.00 vMB 88
678,070 678,070 00000000000000000009e34ea21fd9bf28072712cb9244261857e25ae47a70ad 1,718 1.00/1.00 vMB 74
678,069 678,069 00000000000000000003d024055921a86e84c227349a4577e2432b13b89b8e15 2,018 1.00/1.00 vMB 82
678,068 678,068 00000000000000000009179752cda1d468e3388d3ad915789afeaeeb5cf6e4cf 2,421 1.00/1.00 vMB 83
678,067 678,067 00000000000000000006c605499ea849dc8f76e5e413ec3e771c5012a3859211 2,588 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.84 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: 711.84 GB
    • Received: 17.13 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.