Loading Tool

Explorer IconExplorer

Memory Pool

48,269 transactions
30.28 vMB
0.08677463 BTC
Random Selection Loading Transactions
Max Size: 161.75/200 MB

Candidate Block

Mining Attempt 0fb1902d6e4a65ac5fe6186f72fc67bf629ecd4c2bfc2ad9eb94b1187dbbaef5
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 13b7c3cfa67fdd48ffae299feb74e04d495381e59b5117c53fbfbe4c3b589abf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,974
Size: 1.00 vMB
Total Fees: 0.02619159 BTC
Feerates: 101.56 > 2.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (244,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,986 669,986 0000000000000000000a2400fd783818912852ffcf918c31c8915b323715c764 2,792 1.00/1.00 vMB 159
669,985 669,985 0000000000000000000a8199abbf793fc8cfe23ff915628a8d6c6178d1033fc0 1,720 1.00/1.00 vMB 71
669,984 669,984 00000000000000000009d45ada4522c4fc8dcac4b28994c71f1225c67745e083 2,695 1.00/1.00 vMB 77
669,983 669,983 000000000000000000077e8eaa041046ac7f20d7265072d542bf024ce8744c9d 2,047 1.00/1.00 vMB 112
669,982 669,982 0000000000000000000c4c5e16a15819f15c109430be0b2e8542505ed228a1ed 2,603 1.00/1.00 vMB 151
669,981 669,981 000000000000000000050706c6d5413dceb015182465a1ff302d20d24a7958e3 1,508 1.00/1.00 vMB 69
669,980 669,980 000000000000000000000a07fb7c49157edcfd86c0d22870b74dbad53250fda0 2,762 1.00/1.00 vMB 67
669,979 669,979 00000000000000000003130fdb0c1ee218875f6cb54b94955a043957e70d3472 3,036 1.00/1.00 vMB 71
669,978 669,978 00000000000000000007e1f6d0958e0f378ed0df98d33b6230be30621ad4594d 2,979 1.00/1.00 vMB 101
669,977 669,977 00000000000000000000a38230f7c5e5ab9386da40d0106b533e89aa524c7d7f 2,067 1.00/1.00 vMB 136
669,976 669,976 00000000000000000007794c8b43b740d21c5e5123e7389d4c3c5d9c102c8ee8 2,309 1.00/1.00 vMB 137
669,975 669,975 0000000000000000000c1c0fffcbda2b89d4f4b5386aef532d2df7ff90afafa0 2,893 1.00/1.00 vMB 154
669,974 669,974 0000000000000000000693c5f2a784c7f45e48deafd7748c634f12e22b6d171b 1,248 1.00/1.00 vMB 130
669,973 669,973 00000000000000000007a606cb147344e9cb790df1740b5cfdb945b718a2cca0 2,425 1.00/1.00 vMB 47
669,972 669,972 00000000000000000004461666a03420099cfd44eb2a03016eb9236163ce09d5 1,240 1.00/1.00 vMB 42
669,971 669,971 000000000000000000006c53a5ce2193ff53f8f8e51bd812c25e72dcc6dd59a9 1,646 1.00/1.00 vMB 70
669,970 669,970 000000000000000000048776f5c8cff026fee7bd9a90b644c6d7cbd426a7c8c7 1,980 1.00/1.00 vMB 63
669,969 669,969 0000000000000000000acc020f1d9bff80c60cacaf8832ebe85d9c3bf30c87f9 2,694 1.00/1.00 vMB 56
669,968 669,968 00000000000000000006165f0c2b00eaa55ad30cf8f9806ffe50ad401596b3dd 3,064 1.00/1.00 vMB 125
669,967 669,967 000000000000000000010cdc7221d6171fa612f011d49858e90e8d753357bcfd 2,940 1.00/1.00 vMB 57
669,966 669,966 000000000000000000044e4c77ec0beeb052a4d880c666af1967292f83339fd5 2,859 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.13 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: 652.41 GB
    • Received: 13.77 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.