Loading Tool

Explorer IconExplorer

Memory Pool

35,951 transactions
25.67 vMB
0.05513555 BTC
Random Selection Loading Transactions
Max Size: 131.40/200 MB

Candidate Block

Mining Attempt 280f91c9de74cc6436a5649de82e9248dc14241826aeda98569e7d4e87cb3e97
Version 20000000
Previous Block 000000000000000000003056aa79f3e9ae7f1ebca1b480aef0e8e00b84a1a03a
Merkle Root b1f0084f78572ad3011e93ce9869bad8d2fd21bf69570247b094e62d993a0af0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,607
Size: 1.00 vMB
Total Fees: 0.00818332 BTC
Feerates: 150.93 > 0.82 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,675 (859,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
54,815 54,815 0000000003df404fd57d95751df8494360dd47e1302388a9be005c8f4aa89025 1 0.00/1.00 vMB 0
54,814 54,814 000000001128a782f4bd3107906ee9289f00d77c57c268eb5429748876b30dfa 1 0.00/1.00 vMB 0
54,813 54,813 00000000050fa23ba3f66a682ee22142db7891f1a70d22d72607a909fab70858 1 0.00/1.00 vMB 0
54,812 54,812 0000000003c6fb2d05a35a405319f8f7311d5cf45c038775ab008e09f21a4bad 1 0.00/1.00 vMB 0
54,811 54,811 000000000526ca688cf488038db588407bef4bc276cd6ef1e62fea7fb9f7a87e 1 0.00/1.00 vMB 0
54,810 54,810 0000000008ac0ffc907c3c8537f352352147e28121f3fbc7e915042ffc7bacb7 1 0.00/1.00 vMB 0
54,809 54,809 0000000012d6ca3d5e9784414dd3cd11944dbae1e4249a134652cb4a11690fc3 1 0.00/1.00 vMB 0
54,808 54,808 0000000009cd8eb978b38f1daafb321a694d6909a4ec55828c55572ad61978fb 1 0.00/1.00 vMB 0
54,807 54,807 000000000baebe6c9eb0d33b244e121416c362db9d62ba20f5febdd41b5a5c18 2 0.00/1.00 vMB 0
54,806 54,806 000000000c77f3db9dc17dd9d5c53b0963593bc0caba0feb2a234126712b336b 1 0.00/1.00 vMB 0
54,805 54,805 0000000004949c63a656f6582b2724bb80c431e28edadbf7d9cc0cff7de55602 1 0.00/1.00 vMB 0
54,804 54,804 0000000011b1300b02c73ba67a7c592f95ce01e61ff041d5ef882b01afbdc978 1 0.00/1.00 vMB 0
54,803 54,803 000000000948cba5675556bc7eaff6e14d270ac80d32094685b6545d950c24ab 1 0.00/1.00 vMB 0
54,802 54,802 0000000012f84e075560b61e5c8293be271e28808971db800d242d16f2242bff 1 0.00/1.00 vMB 0
54,801 54,801 00000000052e3a006cbabaeb96fbcc2a2097d2d4d38c367a94506b9208916ee2 1 0.00/1.00 vMB 0
54,800 54,800 0000000000bec6db13cd682f4c4a92da18e063e072b39d01afc226fde2a660a9 1 0.00/1.00 vMB 0
54,799 54,799 000000000aeb9017e7e9f3985e0ed288747c0c7e8bbb8efa782e92fac35ade0e 1 0.00/1.00 vMB 0
54,798 54,798 000000000b2fe4ad687565f482a2851a8a469782b28b6788024caccdbf5a7343 1 0.00/1.00 vMB 0
54,797 54,797 00000000031200fec7d34f369130f671462c22ca016a352e87d0fa4060a485cc 1 0.00/1.00 vMB 0
54,796 54,796 000000000e9cd5d2827a71d9f203f121c2bd646f58eabc27e0e16b286e0976e0 3 0.00/1.00 vMB 0
54,795 54,795 0000000003caeef90f6df2750781fe10356641c5fcea56b286afedc2cd45fd4f 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.82 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: 635.61 GB
    • Received: 12.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.