Memory Pool Memory Pool Refreshing

39,191 transactions
38.94 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,383 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 1,641 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,382 (541,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
301,267 301,267 0000000000000000457a980b527d5bf282741c93c3c58ac4c313dc841210c1cc 0.09 MB 207 31
301,266 301,266 0000000000000000795489138d1a8e88d821dda5d6fcdcf0668360286a0d0500 0.11 MB 229 29
301,265 301,265 0000000000000000249094cc132e7151c6a23ee96a7cd1326fa8ddf8c642bc9c 0.22 MB 386 27
301,264 301,264 0000000000000000443d692682dca4a48fcdd0ceb31abceec8d5bec6c721f01f 0.67 MB 624 17
301,263 301,263 00000000000000001944c31cc68e58bcd4aab78c0b35ae681f2d468c32e10614 0.50 MB 1,532 51
301,262 301,262 000000000000000042dbf7099ead094071a01a748707f866f9a3d28ed7afbbc8 0.35 MB 667 33
301,261 301,261 0000000000000000537905c0f133e7990f05d23d4bbfe10dca1e1d75b692e82f 0.75 MB 952 24
301,260 301,260 00000000000000003436c3eebaec688d987181a83cb900053b897f1a7656eb52 0.26 MB 489 35
301,259 301,259 00000000000000005c32f214313633a82949b8797b33d2232128c9ada8664eb6 0.48 MB 795 30
301,258 301,258 000000000000000057679d42ff3fe771196842a60318cbe6d8fdb0145f3ee9d8 0.65 MB 162 11
301,257 301,257 000000000000000023280b48adee1cfbfcd16765b5eb537892b4fa4f92ff4bc4 0.50 MB 1,075 30
301,256 301,256 00000000000000000affea78e98d32571f0c14d63cc86e818f55a068e1c0df49 0.35 MB 1,097 60
301,255 301,255 00000000000000004186b49f8ba38b4bf335cbb3a7d50e04035bd3460e3e1518 0.35 MB 680 31
301,254 301,254 00000000000000002a7cd2c8f10bd32496e82a18df0682ed8a0a973a6ccf9101 0.15 MB 288 36
301,253 301,253 000000000000000033fee0ce2dbae641cb587fc09a2440480ede1baf2ac080ac 0.12 MB 202 29
301,252 301,252 00000000000000005c04087d77f05fbf74a2d9ef1fe7eaf28bf48d69cd28d18c 0.08 MB 179 27
301,251 301,251 00000000000000006b85524a04e3a8dd34836f97dc429148ab9cb224000be74a 0.03 MB 44 3
301,250 301,250 000000000000000002b897b2cf3dad711a6b22318ff405f4c258e2c0f3e8d831 0.45 MB 859 30
301,249 301,249 000000000000000040f361719ccd7218bd253702fbef14d23c8116b0511415ac 0.05 MB 126 34
301,248 301,248 00000000000000004612a098af166cb76876e6bbdfd30e60343832387b0dae8d 0.01 MB 45 14
301,247 301,247 00000000000000005358ee795edf7379b7726af27df564590afe35323d0d062a 0.39 MB 859 36
Previous 10 blocks ↓
Total Size: 647.43 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,486.83 GB sent, 45.75 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

The main features of this explorer are:

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able 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.