Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,951 transactions (1.09 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,504 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,497 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,503 (383,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
527,993 527,993 000000000000000000232e62a329f8b7af81060524838c5674d304caa78ea0b0 0.28 MB 594 41
527,992 527,992 0000000000000000002d056022ca48ca3f796edf47e8a5bae6ed94d8d4c9154b 0.04 MB 118 21
527,991 527,991 0000000000000000003896d62e9581c73f7a0843e54f867a31beb775c2b8423a 0.28 MB 520 20
527,990 527,990 0000000000000000000cf50a085741721d0b7e3ddc4c7c8d93a74a9fc698dbb0 0.38 MB 715 24
527,989 527,989 000000000000000000330de9dcd8bdbdb74d2185e4cfa8e431f4c896dc8dcbc7 0.77 MB 1,492 18
527,988 527,988 00000000000000000022afea82ceab436e3fc20291f22658e31ded055c4bc053 0.19 MB 406 15
527,987 527,987 0000000000000000000c6512b38d9b6207850063b50c3a356fc3efdfa930a09c 0.13 MB 59 25
527,986 527,986 000000000000000000333fa02e9624b21cc0208187d636cefd4210b94e829705 0.70 MB 1,362 21
527,985 527,985 0000000000000000001bda650b38ad2704efdfa67771bf3a16a1841da50d6ac0 0.27 MB 532 20
527,984 527,984 0000000000000000002f6e7402e0582678e10af1e29eb41de29a3a6ebafca127 0.14 MB 346 18
527,983 527,983 0000000000000000000ec465ffb0b1f1b47fdfd3a69f6b8fd58e6caf7380be45 0.42 MB 662 20
527,982 527,982 0000000000000000001014686aa017fcc8612f7a7b28f5fe36904f502cfbfd34 0.64 MB 1,017 17
527,981 527,981 0000000000000000002f6019d0377d89cb798b769da530eae72f0e9495726684 0.28 MB 453 27
527,980 527,980 00000000000000000034b1b51a075c5d7ed777efa8c9a5e89b7f7ef61d5e7ad7 0.54 MB 856 24
527,979 527,979 0000000000000000002dd568bea31a3e915fcd245cad2807dc1c45b119e5d4ac 0.35 MB 690 3
527,978 527,978 0000000000000000000251b033f88a742179213d0bf988f1f2479c71390a66cf 1.07 MB 1,300 16
527,977 527,977 0000000000000000000d2f774a37489c3e74b25ce5cbb39f2dc0171b96675d7c 0.56 MB 723 11
527,976 527,976 00000000000000000016a4d0a018d3075e21c135461a2a200447a493c71a4ad1 0.92 MB 1,186 12
527,975 527,975 0000000000000000002506ccacb1f3923a93c2b0be85fd1d3e276675ad6021f1 1.17 MB 2,379 19
527,974 527,974 00000000000000000008de9c107c85d2b151996d222b7b0ab38089be76495e1d 1.12 MB 1,975 16
527,973 527,973 00000000000000000033672809c02c2f3009da26f8c0c2cb3017969948370f5e 0.48 MB 600 19
Previous 10 blocks ↓
Total Size: 776.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,412.42 GB sent, 129.57 GB received

Notes

  • This page updates every 5 seconds.
  • 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.